{{-- CSRF Token --}}
@if (Route::currentRouteName() == "travels-and-tours")
{{ __("Travels & Tours") }} - {{ env('APP_NAME') }}
@elseif (Route::currentRouteName() == "packers-and-movers")
{{ __("Packers & Movers") }} - {{ env('APP_NAME') }}
@elseif (Route::currentRouteName() == "self-drive-cars")
{{ __("Self Drive Cars") }} - {{ env('APP_NAME') }}
@elseif (Route::currentRouteName() == "self-drive-cars.list")
{{ $companyName }} - {{ __("Self Drive Cars") }} | {{ env('APP_NAME') }}
@elseif (Route::currentRouteName() == "vehicles-for-sale")
{{ __("Vehicles For Sale") }} - {{ env('APP_NAME') }}
@elseif (Route::currentRouteName() == "vehicles-for-sale.view")
{{ $vehicleName }} - {{ __("Vehicles For Sale") }} | {{ env('APP_NAME') }}
@else
{{ env('APP_NAME') }}
@endif
{{-- Meta Tags --}}
{{-- Roboto - Google Fonts --}} @include('partials.css.fontawesome') {{-- Styles --}} @include('partials.css.app') {{-- rishi.css from Assets --}} @include('partials.css.rishi') {{-- Scripts --}} {{-- jQuery 3.6.0 - Minified JS --}} @include('partials.ajax.jquery') @auth @endauth {{--
--}} {{-- Button CSS --}} {{-- Google Map API Libraries --}}
@yield('navbar')
@yield('content')
@yield('footer')
{{--
Update in Progress
Update work in progress... Coming soon in 9 hours...
87549 54607
90429 69763
@if (Route::currentRouteName() == "home" || Route::currentRouteName()=="welcome") @endif --}} {{-- Firebase JS SDK --}} {{-- @auth @include('partials.ajax.fcm') @endauth --}} @if (Route::currentRouteName()=="otp.loginPage") @include('partials.ajax.firebaselogin') @endif {{-- @include('partials.ajax.firebase') --}} {{-- Google Map Location jQuery Scripts --}} @if(Request::is('/') || Request::is('/home')) {{-- For Home Page API Requests --}} @include('partials.ajax.home') @else {{-- For Listing Page API Requests --}} {{-- @auth @if(!(Request::is('profile') || Request::is('profile/*') || Request::is('outstation-booking/*') || Request::is('package-trips') || Request::is('package-trips/*'))) @include('partials.ajax.maps') @endif @if (Request::is('outstation-booking/*')) @include('partials.ajax.outstation') @endif @endauth --}} @endif @if (Request::is('profile') || Request::is('profile/*'))
@endif @auth @if (Route::currentRouteName()=="profile.vehicleView") @endif @endauth {{-- Master jQuery Scripts --}} @include('partials.ajax.scripts') {{-- Dropdown jQuery Scripts --}} @include('partials.ajax.locationdrop') {{-- Delete Function AJAX Script --}} @include('partials.ajax.delscripts') {{-- Google Translate Script --}} @include('partials.ajax.translate')