@php $tabs = [ 'overview' => 'Overview', 'informations' => 'Informations', 'operations' => 'Opérations', 'presentation' => 'Présentation', 'visuels' => 'Visuels Plan Média', // 'activity' => 'Activité', ]; @endphp
@foreach ($tabs as $slug => $label) @endforeach
{{--
--}}