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

কাস্টমারের তথ্য

{{$data->customer_name}}

{{$data->customer_phone}}

{{$data->customer_address}}

Invoice #{{$data->invoice_id}}

Order Date

@if($data->get_courier)

Courier

@endif @if($data->stead_fast_consignment_id)

Cons. ID

@endif

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

@if($data->get_courier)

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

@endif @if($data->stead_fast_consignment_id)

:  {{$data->stead_fast_consignment_id}}

@endif
@php($i=1) @foreach($data->get_products as $item) @endforeach {{----}}
SL # Product(s) Qty Price
{{$i++}} {{$item->get_product->name}} {{$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--}}