| {{ $order->created_at }} |
{{ $order->name }} |
{{ $order->mobile_number }}/{{ $order->email }} |
#{{ $order->order_number}} |
{{ $order->order_amount_with_shipping }} |
{{ ucfirst($order->payment_status) }} |
|
@if($order->order_status == "Cancelled" && $order->payment_status !="refunded")
@endif
|
@endforeach
@endif