@stack('page_style') @if (!(request()->is('login') || request()->is('forget-password') || request()->is('sign-up') || (\Route::currentRouteName() == 'user.resetPassword.get') || (\Route::currentRouteName() == 'admin-login'))) @include('layouts.partials.authHeader') @endif
@if (request()->route()->getName() == 'advertisment.view.langauge.country') @endif {{$slot}}
@if(!( request()->is('terms-and-condition') || request()->is('aboutus*') || request()->is('privacy-policy') || request()->is('how-it-works-app*') )) @if ( !( request()->is('login') || request()->is('forget-password') || request()->is('sign-up') || Route::currentRouteName() == 'user.resetPassword.get' || Route::currentRouteName() == 'admin-login' ) ) @include('layouts.partials.authFooter') @endif @endif @php $errorMessage = __('words.Please check the form below for errors'); @endphp @if (request()->route()->getName() != 'chat.index') @endif @stack('page_script') @livewireScripts