@php $links = [ [ 'name' => 'Accueil', 'url' => 'home.index', 'icon' => 'fas-house', ], [ 'name' => 'Créer', 'url' => 'post.create', 'icon' => 'fas-plus', ], [ 'name' => 'Suivi(es)', 'url' => 'friend.index', 'icon' => 'fas-binoculars', ], [ 'name' => 'Followers', 'url' => 'follower.index', 'icon' => 'fas-user-group', ], [ 'name' => 'Notifications', 'url' => 'notification.index', 'icon' => 'fas-bell', ], [ 'name' => 'Messages', 'url' => 'conversation.index', 'icon' => 'fas-comments', ], [ 'name' => 'Profile', 'url' => 'user.index', 'icon' => 'fas-user', ], [ 'name' => 'Compte', 'url' => 'profile.edit', 'icon' => 'fas-wrench', ], ]; @endphp
{{ $link['name'] }}