@foreach ($pwaSettings->icons as $item)
@endforeach
@filamentStyles
@vite('resources/css/app.css')
{!! $scriptSettings->custom_script_head !!}
@if($authSettings->recaptcha_enabled)
{!! GoogleReCaptchaV3::init() !!}
@endif
@filamentScripts
@stack('scripts')
{!! $scriptSettings->custom_script_body !!}