$active === 'general'])>General
$active === 'theme'])>Theme
$active === 'fonts'])>Fonts
@foreach (['profile' => 'Profile','website' => 'Website','brand' => 'Brand','payment' => 'Payment','roles' => 'User Roles','notifications' => 'Notifications','security' => 'Security','system' => 'System'] as $section => $label)
$active === $section])>{{ $label }}
@endforeach