@if(session('success'))
{{ session('success') }}
@endif
Color Palette Preview
@foreach([
'primary_color' => 'Primary',
'primary_hover_color' => 'Primary Hover',
'secondary_color' => 'Secondary',
'success_color' => 'Success',
'info_color' => 'Info',
'warning_color' => 'Warning',
'danger_color' => 'Danger'
] as $field => $label)
{{ $label }}
@endforeach
{{ $settings->$field }}