{{$web_settings->website_address}}
Mobile: {{$web_settings->website_phone}}, {{$web_settings->website_phone2}}

Customer Info

{{$data->customer_name}}

{{$data->customer_phone}}

{{$data->customer_address}}

Invoice #{{$data->invoice_id}}

Order Date

@if($data->get_courier)

Courier

@endif @if($data->courier_inv_no)

Courier Inv.

@endif

:  {{date('d M, Y',strtotime($data->order_date))}}

@if($data->get_courier)

:  {{$data->get_courier->courier_name}}

@endif @if($data->courier_inv_no)

:  {{$data->courier_inv_no}}

@endif
@php($i=1) @foreach($data->get_products as $item) @endforeach {{----}}
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}}
@if($data->order_note)

Note: {{$data->order_note}}

@endif