@yield('external_css') @yield('custom-css') @if (@Auth::guard('admin')->check() || @Auth::guard('web')->check()) @else {!! RecaptchaV3::initJs() !!} @endif @yield('main-section') @yield('external-js') @yield('custom-js')