@include('Popup::frontend.popup') @if(Auth::id()) @include('Media::browser') @endif {!! App\Helpers\MapEngine::scripts() !!} @if(Auth::id()) @endif @if(setting_item('cookie_agreement_enable')==1 and request()->cookie('booking_cookie_agreement_enable') !=1 and !is_api() and !isset($_COOKIE['booking_cookie_agreement_enable'])) @endif {{-- home.js --}} @php \App\Helpers\ReCaptchaEngine::scripts() @endphp @if(setting_item('user_enable_2fa')) @include('auth.confirm-password-modal') @endif @stack('js')