@if(!request()->hasHeader('X-Id-Mobile') && !str_contains(request()->userAgent(), 'WebView'))
@if((new Jenssegers\Agent\Agent)->isMobile())
@endif
@endif
{{-- Favicon Logic --}}
@if(config('services.google-tag-manager.enabled'))
@endif
@if( !app()->isProduction() || !config('app.robots.search_engine_index'))
@endif
{{-- If you are updating this please also update the url in wysiwyg.pcss --}}
@livewireStyles
@vite(['resources/pcss/app.css'])
@stack('head.bottom')
@isset($radiothons)
@foreach($radiothons as $radiothon)