@php
$systemSetting = App\Models\SystemSetting::first();
$favicon = $systemSetting && $systemSetting->favicon
? \App\Helpers\Helper::publicFileUrl($systemSetting->favicon)
: null;
@endphp
{{-- FAVICON --}}
{{-- BOOTSTRAP CSS --}}
{{-- STYLE CSS --}}
{{-- FONT-ICONS CSS --}}
{{-- INTERNAL Switcher css --}}
{{-- toaster css --}}
{{-- dropify css --}}
{{-- SweetAlert2 CSS --}}
{{----}}
{{-- Select2 option --}}
{{-- Date Picker --}}
{{-- toastr start --}}
{{-- toastr end --}}
@stack('styles')