@include('themes.backend.partials._head_common')
{{-- Optional conditional sections --}}
@if(View::hasSection('dataTables'))
@endif
@if(View::hasSection('datetimeRangePicker'))
@endif
@if(View::hasSection('datetimePicker'))
@endif
@if(View::hasSection('autocomplete'))
@endif
@if(View::hasSection('select2'))
{{-- Select2 CSS --}}
@endif
@if (View::hasSection('sweetalerts'))
@endif
@if (View::hasSection('choice'))
@endif
@if(View::hasSection('fancybox'))
@endif
@if(View::hasSection('editor'))
@endif
@if(View::hasSection('autocomplete'))
{{-- Autocomplete CSS --}}
@endif
@if(View::hasSection('multiselectAvailableSelected'))
@endif
{{-- Page-Specific styles --}}
@stack('styles')