| #{{ $order->invoice_id }} |
{{ substr($order->customer ? $order->customer->name : 'G', 0, 1) }}
{{ $order->customer ? $order->customer->name : 'Guest User' }}
|
৳{{ number_format($order->amount) }} |
{{ $order->order_status }}
|
{{ $order->created_at->format('M d, g:i A') }} |
|
@endforeach