@extends('site.layouts.app') @section('title', 'Edit Order') @section('stylesheets') @endsection @section('content')

Order

Loading...
{{ csrf_field() }}
Name
Add Item
@foreach ($order_menus->order_items as $key => $menuitems) @endforeach
# Item Qty Uom
@if ($menuitems->item->imageMain) @else @endif
{{ $menuitems->item->uom->name }}
@if ($data->patient && $data->patient->patient_registration)
@endif
kkal
gr
gr
gr
@include('site.orderreport.modal.food-modal') @endsection @push('scripts') @endpush