@forelse($orders as $order) @empty @endforelse
Order Number Total Qty Total Amount Discount Amount After Discount Payment Method Status Actions
{{ $order->order_number ?? "Wanr1648101347" }}
{{ $order->total_items ?? ''}} {{ $order->total_price ?? '' }}$ {{ $order->discount ?? '' }}% {{ isset($order->total_amount_after_discount) ? $order->total_amount_after_discount.'$' : '-' }} {{ $order->payment_method ?? '' }} {{ $order->status ?? '' }}
image
No record found!