{{-- Inputs, Buttons & Forms CSS - loaded based on form_style config --}} @php $siteConfig = config('site', []); $formStyle = $siteConfig['ui']['form_style'] ?? 'default'; @endphp @if($formStyle === 'modern') @else @endif {{-- Bootstrap Icons CSS removed — all icons migrated to Lucide SVG --}} @yield('head') @yield('styles')