INVOICE NO {{$data->id}}

Thank you for your purchase

Thank you for choosing our product. We appreciate your trust and we’ll do our best to meet your expectations.

Order number: {{$data->id}}

Invoice Date: {{$data->date_time}}

Order To: {{$data->order_to}}

@if($data->order_to == 'home' )

Delivery Address: {{$delivery}}

@endif
 
 
 

Item

Quantity

Total

@foreach($data->orders as $order) @if($order->size == 1)

@if($order->variations && !empty($order->variations)) {{$order->name}} - {{$order->variations[0]->items[$order->variant]->title}} @else {{$order->name}} @endif

X {{$order->quantiy}}

@if($order->variations && !empty($order->variations)) @if($order->variations[0]->items[$order->variant]->discount > 0) $ {{$order->variations[0]->items[$order->variant]->discount}} @endif @if($order->variations[0]->items[$order->variant]->discount <= 0) $ {{$order->variations[0]->items[$order->variant]->price}} @endif @endif

 
@endif @if($order->size == 0)

{{$order->name}}

X {{$order->quantiy}}

@if($order->discount > 0) $ {{$order->sell_price}} @endif @if($order->discount <= 0) $ {{$order->original_price}} @endif

 
@endif @endforeach

Subtotal

$ {{$data->total}}

 

Service Tax

$ {{$data->tax}}

 

Delivery Charge

$ {{$data->delivery_charge}}

 

Discount

$ -{{$data->discount}}

 

Wallet Amount

$ -{{$data->wallet_price}}

 

Grand Total $ {{$data->grand_total}}

 

For Any issue? contact our support team at {{$email}}