@foreach ($items as $item) @endforeach
Nom Description Plats Action
{{ $item->name }} {{ $item->description }} @foreach ($item->plats as $plat) {{ $plat->name }} @endforeach
{{ $items->links() }}
@if ($showform) @endif