{{$web_settings->website_address}}
Mobile: {{$web_settings->website_phone}}, {{$web_settings->website_phone2}}
Customer Info
{{$item->customer_name}}
{{$item->customer_phone}}
{{$item->customer_address}}
Invoice #{{$item->invoice_id}}
Order Date
@if($item->get_courier)Courier
@endif @if($item->courier_inv_no)Courier Inv.
@endif: {{date('d M, Y',strtotime($item->order_date))}}
@if($item->get_courier): {{$item->get_courier->courier_name}}
@endif @if($item->courier_inv_no): {{$item->courier_inv_no}}
@endif| SL # | Product(s) | Qty | Price |
|---|---|---|---|
| {{$i++}} |
{{$data->get_product->name}} @if($data->attributes) @foreach(json_decode($data->attributes, true) as $key => $attr) {{$key}} - {{$attr}} @endforeach @endif |
{{$data->qty}} | {{$web_settings->currency_sign}} {{$data->price}} |
| Sub Total | {{$web_settings->currency_sign}} {{$item->sub_total}} | ||
| Delivery Cost (+) | {{$web_settings->currency_sign}} {{$item->shipping_cost}} | ||
| Discount (-) | {{$web_settings->currency_sign}} {{$item->discount}} | ||
| Total | {{$web_settings->currency_sign}} {{$item->total}} | ||
Note: {{$item->order_note}}
@endif