@if($menu->imageMain)
@else
@endif
@foreach($menu->imageNotMain as $image)
@endforeach
{{ $menu->name }}
{!! $menu->description !!}
@forelse($menu->foodtexture as $texture)
{{$texture->name}}
@empty
Tidak ada food texture
@endforelse
@foreach($menu->diits as $diit)
{{$diit->name}}
@endforeach
-
@foreach($menu->menuItems as $menu_item)
- @endforeach