{{-- CSRF Token --}} {{ $site_setting->site_name }}{{ __(' - Admin Panel') }} {{-- CSS plugins --}} {{-- Material Design Icons (mdi) --}} {{-- CSS Files --}} @include('partials.css.fontawesome') @if (Route::currentRouteName() == "trackDrivers.index") @include('partials.ajax.trackdriver') @endif
@yield('content') @yield('footer')
{{-- --}} {{-- --}} {{-- --}} @if (Route::currentRouteName() == "trackDrivers.index") @endif {{-- jQuery Files --}} {{-- --}} {{-- jQuery Scripts in Blade File --}} @include('partials.ajax.admin') @include('partials.ajax.delscripts') @if (Route::currentRouteName() == "support.chat") @include('partials.ajax.support') @endif @if (Route::currentRouteName() == "admin.remainderIndex") @include('partials.ajax.subscription') @endif @include('partials.ajax.locationdrop') {{-- Success SweetAlert --}} @if(session()->has('msg')) @endif @if(session()->has('error')) @endif