@php $tabs = [ 'customer.dashboard' => ['label' => 'Rendeléseim', 'url' => route('customer.dashboard')], 'customer.profile.edit' => ['label' => 'Szerkesztés', 'url' => route('customer.profile.edit')], 'customer.addresses.*' => ['label' => 'Címeim', 'url' => route('customer.addresses.index')], ]; @endphp