|
GOD'S TREAT
By Dreemoh
|
{{ optional($order->created_at)->format('d M Y') }} |
|
ORDER
{{ $order->order_number }}
|
@if($order->payment_method === 'cod')
Collect (COD)
₹{{ number_format($order->total) }}
@else
PREPAID
Do not collect cash
@endif
|