@include('admin.css')
@include('admin.sidebar')
@include('admin.topbar')

Order List Food & Drink

Dashboard for overseeing and managing all food and drink orders in your store.

Order List Food & Drink Tabel
Add Order Product
@foreach ($orderproduct as $orderproducts) @endforeach
Name Product Title Category Quantity Total Payment Method Payment Proof Status Created Updated Action
Name Product Title Category Quantity Total Payment Method Payment Proof Status Created Updated Action
{{ $orderproducts->customer_name }} {{ $orderproducts->product_name }} {{ $orderproducts->category }} {{ $orderproducts->quantity}} {{ $orderproducts->price }} {{ $orderproducts->payment_method}} {{ $orderproducts->status}} {{ $orderproducts->created_at }} {{ $orderproducts->updated_at }}
@include('admin.logout')