Thank Your for Your Order
|
|
INVOICEInovice # INV-{{ $order->id }} |
|
From:
{{ $appSetting->h1 }}. {{$appSetting->address_one}} Mobile: {{$appSetting->mobile}} Email: {{$appSetting->email}} Payment Method: Hand Cash @if($order->payment_status=='paid')Paid @else Unpaid @endif |
To:
{{ $order->name }} {{ $order->address }} Mobile: {{ $order->mobile }} Email: {{ $order->email }}
Invoice Date: {{ $order->created_at->toDateString() }} |
| Item List | Quantity | Unit Price | Total Price |
|---|---|---|---|
{{ $item->product_name }}
@if($item->color)
Color: {{ $item->color }},
@endif
@if($item->size)
Size: {{ $item->size }},
@endif
|
{{ number_format($item->total_quantity,0) }} | {{$appSetting->currency}} {{ number_format($item->unit_price - $item->unit_pro_discount, 0) }} | {{$appSetting->currency}} {{ number_format($item->final_price,0) }} |
|
Note:
thdi sdklfjskd f sd fksdjf sdfkjsd |
|