S.No |
Items |
HSN(Tax%) |
Qty |
MRP(Rs) |
Savings(Rs) |
Total Amt(Rs) |
|
Summary |
{{ $quantity_count }} |
{{ $invoice_data->total_mrps}} |
{{ $invoice_data->total_savings}} |
{{ $invoice_data->total_subtotal}} |
You have SAVED Rs.{{$invoice_data->total_savings}} on this order
|
@if(count($order_products)>0)
Total |
{{ $invoice_data->total_subtotal}} |
@endif
Delivery Charges |
{{ $order_details->delivery_charge }} |
Gift Charges |
{{ $order_details->gift_to_others_amount }} |
Promotion Discount |
{{ $order_details->promo_code_discount_amount }} |
GRAND TOTAL |
{{ $order_details->grand_total }} |
{{$invoice_data->company}}
|
Tax break-up |
GST% |
Taxable Amount |
SGST |
CGST |
CESS |
@if($invoice_data->gst_0_per_taxable_total > 0)
{{ $invoice_data->gst_0_per_cgst_rate}} |
{{ $invoice_data->gst_0_per_taxable_total}} |
{{ $invoice_data->gst_0_per_sgst_total}} |
{{ $invoice_data->gst_0_per_cgst_total}} |
{{ $invoice_data->gst_0_per_cess_total}} |
@endif
@if($invoice_data->gst_5_per_taxable_total > 0)
{{ $invoice_data->gst_5_per_cgst_rate}} |
{{ $invoice_data->gst_5_per_taxable_total}} |
{{ $invoice_data->gst_5_per_sgst_total}} |
{{ $invoice_data->gst_5_per_cgst_total}} |
{{ $invoice_data->gst_5_per_cess_total}} |
@endif
@if($invoice_data->gst_12_per_taxable_total > 0)
{{ $invoice_data->gst_12_per_cgst_rate}} |
{{ $invoice_data->gst_12_per_taxable_total}} |
{{ $invoice_data->gst_12_per_sgst_total}} |
{{ $invoice_data->gst_12_per_cgst_total}} |
{{ $invoice_data->gst_12_per_cess_total}} |
@endif
@if($invoice_data->gst_18_per_taxable_total > 0)
{{ $invoice_data->gst_18_per_cgst_rate}} |
{{ $invoice_data->gst_18_per_taxable_total}} |
{{ $invoice_data->gst_18_per_sgst_total}} |
{{ $invoice_data->gst_18_per_cgst_total}} |
{{ $invoice_data->gst_18_per_cess_total}} |
@endif
@if($invoice_data->gst_28_per_taxable_total > 0)
{{ $invoice_data->gst_28_per_cgst_rate}} |
{{ $invoice_data->gst_28_per_taxable_total}} |
{{ $invoice_data->gst_28_per_sgst_total}} |
{{ $invoice_data->gst_28_per_cgst_total}} |
{{ $invoice_data->gst_28_per_cess_total}} |
@endif
Delivery Charges* |
{{ $invoice_data->delivery_charge_taxable}} |
{{ $invoice_data->delivery_charge_sgst_value}} |
{{ $invoice_data->delivery_charge_cgst_value}} |
0 |
GRAND TOTAL |
{{ $invoice_data->taxable_value_total}} |
{{ $invoice_data->sgst_value_total}} |
{{ $invoice_data->cgst_value_total}} |
{{ $invoice_data->cess_value_total}} |
*Appropriated product-wise and Rate applicable thereunder |
Return Policy: {{ $invoice_data->invoice_policy}}
|