@php $logo = \App\Models\Setting::find(1)->logo; $favicon = \App\Models\Setting::find(1)->favicon; $modules = \App\Models\Module::all(); @endphp