@if($siteDescription = \App\Models\SystemSetting::get('site_description')) @endif @if($faviconPath = \App\Models\SystemSetting::get('favicon_path')) @else @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @php $recaptchaEnabled = \App\Services\RecaptchaService::isEnabled(); $recaptchaSiteKey = \App\Services\RecaptchaService::getSiteKey(); @endphp @if($recaptchaEnabled && $recaptchaSiteKey) @endif