@php $appFontLocationId = function_exists('current_location_id') ? current_location_id() : session('location_id'); $appFontFile = $appFontLocationId ? (string) (\App\Models\Setting::get('receipt_font_file', '', $appFontLocationId) ?: \App\Models\Setting::get('ui_font_file', '', $appFontLocationId) ?: \App\Models\Setting::get('app_font_file', '', $appFontLocationId)) : ''; $appFontUrl = $appFontFile !== '' ? asset('fonts/' . rawurlencode($appFontFile)) : ''; @endphp
No items in list.
@else @endif