@vite(['resources/css/app.css', 'resources/js/app.js']) @php $appFontLocationId = session('location_id'); $uiFontFile = $appFontLocationId ? (string) (\App\Models\Setting::get('ui_font_file', '', $appFontLocationId) ?: \App\Models\Setting::get('app_font_file', '', $appFontLocationId)) : ''; $appFontUrl = $uiFontFile !== '' ? asset('fonts/' . rawurlencode($uiFontFile)) : ''; @endphp