@php $accountTabs = [ [ 'route' => 'mariachi.provider-profile.edit', 'label' => 'Perfil', 'icon' => 'tabler-id', 'active' => request()->routeIs('mariachi.provider-profile.*'), ], [ 'route' => 'mariachi.account.security.edit', 'label' => 'Seguridad', 'icon' => 'tabler-lock', 'active' => request()->routeIs('mariachi.account.security.*'), ], [ 'route' => 'mariachi.account.notifications.edit', 'label' => 'Notificaciones', 'icon' => 'tabler-bell', 'active' => request()->routeIs('mariachi.account.notifications.*'), ], [ 'route' => 'mariachi.account.billing.edit', 'label' => 'Pagos y verificación', 'icon' => 'tabler-credit-card', 'active' => request()->routeIs('mariachi.account.billing.*'), ], [ 'route' => 'mariachi.verification.edit', 'label' => 'Verificación', 'icon' => 'tabler-shield-lock', 'active' => request()->routeIs('mariachi.verification.*'), ], ]; @endphp