@php
use Illuminate\Support\Js;
use Sentry\Laravel\Integration;
@endphp
$bootstrapData->getSelectedTheme('is_dark')])
>
@if (isset($seoTagsView))
@include($seoTagsView, $pageData)
@elseif (isset($meta))
@include('common::prerender.meta-tags')
@else
{{ settings('branding.site_name') }}
@endif
@if ($fontFamily = $bootstrapData->getSelectedTheme()->getFontFamily())
@if($bootstrapData->getSelectedTheme()->isGoogleFont())
@endif
@endif
@if (isset($devCssPath))
@endif
@viteReactRefresh
@vite('resources/client/main.tsx')
@if (file_exists($customCssPath))
@if ($content = file_get_contents($customCssPath))
@endif
@endif
@if (file_exists($customHtmlPath))
@if ($content = file_get_contents($customHtmlPath))
{!! $content !!}
@endif
@endif
@if ($code = settings('analytics.tracking_code'))
@endif
@yield('head-end')
{!! $ssrContent ?? '' !!}
@if (! isset($ssrContent))
@endif
@yield('body-end')