@filamentStyles @vite('resources/css/app.css') @yield('content') @php $primaryColor = '#FDae4B'; $primaryRgb = hexToRgb($primaryColor); $darkerPrimaryRgb1 = adjustBrightness($primaryRgb, 60); $darkerPrimaryRgb10 = adjustBrightness($primaryRgb, -10); $darkerPrimaryRgb20 = adjustBrightness($primaryRgb, -20); $darkerPrimaryRgb25 = adjustBrightness($primaryRgb, -25); @endphp @filamentScripts @stack('scripts')