@stack('styles') @php $primary = $settings?->primary_color ?: '#2563eb'; $accent = $settings?->accent_color ?: '#facc15'; $primaryDark = adjust_hex($primary, -22); $primaryLight = adjust_hex($primary, 86); $accentDark = adjust_hex($accent, -16); [$pr, $pg, $pb] = hex_to_rgb($primary); [$ar, $ag, $ab] = hex_to_rgb($accent); @endphp