Order No: {{$order->code}}
Order Date: {{$order->created_at}}
Shipping address:
Paymnet Status: {{$order->payment_status}}
Order Status: {{$order_status}}
#SL
Item
Quantity
Unit Price
Total Price
@foreach($order->details as $keyD => $details)
{{$keyD+1}}
{{$details->product->name}}
{{$details->product_quantity}}
{{$details->product_price}}
{{$details->total_price}}
@endforeach