Name :
Address :
Mobile :
{{$data->customer_name}}
{{$data->customer_address}}
{{$data->customer_phone}}
Invoice no :
Order Date :
Print Date :
@if($data->get_courier)Courier :
@endif{{$data->invoice_id}}
{{date('d M, Y',strtotime($data->order_date))}}
{{date('d M, Y - h:i A',strtotime(\Carbon\Carbon::now()))}}
@if($data->get_courier){{$data->get_courier->courier_name}}
@endif| SL # | Product(s) | Qty | Price |
|---|---|---|---|
| {{$i++}} |
{{$item->get_product->name}} @if($item->attributes) @foreach(json_decode($item->attributes, true) as $key => $attr) {{$key}} - {{$attr}} @endforeach @endif |
{{$item->qty}} | {{$web_settings->currency_sign}} {{$item->price}} |
| Sub Total | {{$web_settings->currency_sign}} {{$data->sub_total}} | ||
| Delivery Cost (+) | {{$web_settings->currency_sign}} {{$data->shipping_cost}} | ||
| Discount (-) | {{$web_settings->currency_sign}} {{$data->discount}} | ||
| Total | {{$web_settings->currency_sign}} {{$data->total}} | ||
Note: {{$data->order_note}}
@endif