@php $site_logo = App\Models\GeneralSetting::where('name', 'logo')->first(); $user = auth()->user(); $general_settings = generalSettings(); @endphp