@foreach ($items as $item) @endforeach
Nom Email Restaurant Rôle Action
{{ $item->name }} {{ $item->email }} {{ $item->restaurant ? $item->restaurant->name : 'Aucun restaurant' }} {{ $item->role }}
@if ($showform) @endif