@extends('web.layouts.app') @section('title', 'Order Patient') @section('stylesheets') @endsection @section('banner') @if($code)
@endif @endsection @section('content')
@if($menu->imageMain)
bg-image
@else
bg-image
@endif @foreach($menu->imageNotMain as $image)
bg-image
@endforeach

{{ $menu->name }}

{!! $menu->description !!}

Food Texture
@forelse($menu->foodtexture as $texture) {{$texture->name}} @empty
Tidak ada food texture
@endforelse
Diit
@foreach($menu->diits as $diit) {{$diit->name}} @endforeach
    @foreach($menu->menuItems as $menu_item)
  • logo
    {{ $menu_item->item->name }}
    {{ $menu_item->item->description }}
    @if(count($menu_item->options) > 0)

    Item Pengganti :

    @foreach($menu_item->options as $option)
    logo
    {{ $option->item->name }}
    @endforeach
    @endif
  • @endforeach
@endsection @section('menubar') @if($enableCart) @endif @endsection @section('scripts') @endsection