@if(!is_api() && empty($footer_null))
@php
$footer_style = $row->footer_style ?? '';
if(empty($footer_style)) $footer_style = setting_item_with_lang('footer_style');
@endphp
@endif
@include('Layout::parts.login-register-modal')
@include('Layout::parts.chat')
@if(Auth::id())
@include('Media::browser')
@endif
@if(!is_candidate() || empty($candidate))
@endif
{!! \App\Helpers\Assets::css(true) !!}
{{--Lazy Load--}}
@if(Auth::id())
@endif
@if(!empty($is_user_page))
@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']))
{!! setting_item_with_lang('cookie_agreement_content') !!}
@endif
{!! \App\Helpers\Assets::js(true) !!}
@yield('footer')
@php \App\Helpers\ReCaptchaEngine::scripts() @endphp