@php $logo = DB::table('systemflag') ->where('name', 'AdminLogo') ->select('value') ->first(); $appName = DB::table('systemflag') ->where('name', 'AppName') ->select('value') ->first(); @endphp {{$appName->value}} @yield('head') @vite('resources/css/app.css') {{-- Start Add Wallet Modal --}} @yield('body')