{{-- CSRF Token --}} {{ env('APP_NAME') }} - Admin Panel {{-- --}} {{-- CSS plugins --}} {{-- Material Design Icons (mdi) --}} {{-- CSS Files --}} {{-- --}} @include('partials.css.fontawesome') @if (Route::currentRouteName() == "trackDrivers.index" || Route::currentRouteName() == "trackAssignedDriver.index") @include('partials.ajax.trackdriver') @endif
{{-- --}}
@yield('content') @yield('footer')
{{-- --}} {{-- --}} {{-- --}} @if (Route::currentRouteName() == "trackDrivers.index" || Route::currentRouteName() == "trackAssignedDriver.index") @endif {{-- jQuery Files --}} @stack('inline-scripts') @php $currentRouteName = Route::currentRouteName(); @endphp {{-- jQuery Scripts in Blade File --}} @include('partials.ajax.admin') @if (in_array($currentRouteName, ['elite.fareSystem.create','elite.fareSystem.edit','elite.outstationFareSystem.create','elite.outstationFareSystem.edit','elite.rentalFareSystem.create','elite.rentalFareSystem.edit','elite.meterFareSystem.create','elite.meterFareSystem.edit'])) @include('partials.ajax.faresystem') @endif @include('partials.ajax.delscripts') @if (Route::currentRouteName() == "support.chat") @include('partials.ajax.support') @endif @if (Route::currentRouteName() == "admin.remainderIndex") @include('partials.ajax.subscription') @endif {{-- Success SweetAlert --}} @if(session()->has('msg')) @endif @if(session()->has('error')) @endif