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

Add Order

Loading...
{{ csrf_field() }}
Add Item
# Item Qty Uom
@include('site.order.modal.food-modal') @endsection @push('scripts') @endpush