@php $themeFont = setting('font_family', 'Nunito'); $googleFonts = ['Nunito', 'Inter', 'Poppins', 'Roboto', 'Playfair']; @endphp @if(in_array($themeFont, $googleFonts)) @else @endif @vite(['resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build') @stack('scripts') @if(config('app.debug') && app()->environment('production'))
{{ __('It seems like debug mode is enabled while being in production. It is heavily recommended too set APP_DEBUG in the .env file to false in production mode') }}
@endif
{{-- Top header --}} @auth @endauth {{-- Site Header --}} {{-- Navigation --}} {{-- Content --}}
{{ $slot }}
@if (setting('cloudflare_turnstile_enabled')) @endif @if (setting('cms_color_mode') === 'dark') @endif @if (setting('google_recaptcha_enabled')) @push('javascript') @endpush @endif @stack('javascript')