@include('layouts.header') {!! RecaptchaV3::initJs() !!} @if (getOption('app_preloader_status', 0) == STATUS_ACTIVE)
{{ getOption('app_name') }}
@endif @yield('content') @if (!empty(getOption('cookie_status')) && getOption('cookie_status') == STATUS_ACTIVE) @endif @include('layouts.script') @stack('script')