@if ($menu->restaurant->logo) Logo @endif

{{ $menu->restaurant->name }}

{{ $menu->restaurant->address }}

Téléphone: {{ $menu->restaurant->phone_number}}

Email: {{ $menu->restaurant->email }}

{{ $menu->name }}

{{ $menu->description }}

@foreach ($categories as $category) @if ($menu->plats->where('category_id', $category->id)->count() > 0)

{{ $category->name }}

@endif @endforeach