@php $systemSetting = App\Models\SystemSetting::first(); $favicon = $systemSetting && $systemSetting->favicon ? url(\Illuminate\Support\Facades\Storage::url($systemSetting->favicon)) : null; @endphp {{-- FAVICON --}} {{-- BOOTSTRAP CSS --}} {{-- STYLE CSS --}} {{-- FONT-ICONS CSS --}} {{-- INTERNAL Switcher css --}} {{-- toaster css --}} {{-- dropify css --}} {{-- SweetAlert2 CSS --}} {{-- toastr start --}} {{-- toastr end --}} @stack('styles')