@php $tabs = [ 'overview' => 'Overview', 'types' => 'Types de média', 'informations' => 'Informations', 'operations' => 'Opérations', // 'activity' => 'Activité', ]; @endphp
@foreach ($tabs as $slug => $label) @endforeach
{{--
--}}