@include('Layout::parts.login-register-modal') @include('Layout::parts.chat') @if(Auth::id()) @include('Media::browser') @endif {!! \App\Helpers\Assets::css(true) !!} {{--Lazy Load--}} @if(Auth::id()) @endif @if(setting_item('inbox_enable')) @endif @if(!empty($is_user_page)) @endif {!! \App\Helpers\Assets::js(true) !!} @yield('footer') @php \App\Helpers\ReCaptchaEngine::scripts() @endphp