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