@include('admin.header')

CATALOG

@foreach($orders as $order) @endforeach
Date & Time Order ID Product Name
Category / Sub Category
Customer Name Email ID Mobile Number Customer Ratings Feedbacks Status Action
{{$order->created_at}} #{{$order->order->order_number}} {{$order->product->name}}
{{$order->product->categories->name}}/ @if(isset($order->product->subcategories)){{$order->product->subcategories->name}} @else NA @endif
{{$order->order->name}} {{$order->order->email}} {{$order->order->mobile_number}}
@for($x=0;$x<$order->rating;$x++) @endfor
{{$order->review}} {{$order->order->order_status}}
Date & Time Booking ID Service Type Customer Name Email ID Mobile Number Customer Ratings Feedback Status Action
2022-12-13 13:29:48 ORD688924 Wash John Crew johns.crew345@gmail.com 7000000000
ok pending
@include('admin.footer')