{{-- Primary Meta Tags --}} {{-- --}} {{-- --}} {{-- Open Graph / Facebook --}} {{-- --}} {{-- Twitter --}} {{-- --}} {{-- Favicon --}} {{-- Core CSS Files --}} @if($locale == 'en') @else @endif {{-- Fonts --}} @if($locale == 'en') @elseif($locale == 'ar') @endif {{-- Libraries --}} {{-- Pushed StyleSheets --}} @stack('stylesheets') {{-- LiveWire Styles --}} @livewireStyles {{-- Main CSS --}} @if(App::environment('local')) @if($locale != 'en') @endif @if($locale == 'ar') @elseif($locale == 'ku') @endif @else @if($locale != 'en') @endif @if($locale == 'ar') @elseif($locale == 'ku') @endif @endif {{-- Navbar --}} @include('web.layouts.header.navbar') {{-- Content --}}
@yield('content')
{{-- Footer --}} @include('web.layouts.footer.footer') {{-- Login Modal --}} @if(!Auth::guard('user')->check()) {{-- Coming Soon --}} @endif {{-- Success Modal --}} @if(Session::has('modal-status')) @include('web.components.modal-status') @endif {{-- Core JS Files --}} {{-- Libraries --}} {{-- Show login modal if error is returned --}} @if(Session::has('login') || $errors->has('login_email') || $errors->has('login_password')) @endif {{-- Pushed Scripts --}} @stack('scripts') {{-- LiveWire Scripts --}} @livewireScripts {{-- Main JS --}} @if(App::environment('local')) @else @endif