@php $i=1; @endphp @foreach($order->order_products as $key => $items) @foreach($items as $key2 => $item) --}}

{{ $i }}.{{ $item->name_en }}

{{ $item->product_size }}
{{ $item->price }}
{{ $item->quantity }}
{{ $item->subtotal }}
@php $i++; @endphp @endforeach @endforeach @php $subtotal = number_format($order->products_subtotal, 2); $delivery_charge = number_format($order->delivery_charge, 2); $gst_amount = number_format($order->gst_amount, 2); $gst_percent = number_format($order->gst_percent, 2); @endphp @if($subtotal != '0.00') @endif @if($delivery_charge != '0.00') @endif @if($gst_amount != '0.00') @endif @if(!empty($order->discount_amount) && $order->discount_amount != '0.00') @endif @if(!empty($order->promo_code)) @endif

Order Invoice

Invoice Numberinv-{{ $order->order_id }}

Invoice Date{{ date("F jS, Y", time()) }}

GSTIN Number{{ $order->gstin_number }}

Mode of Payment{{ $order->payment_mode_name }}
Order Number{{ $order->order_id }}

Order Date{{ date("F jS, Y", strtotime($order->order_date)) }}


Tracking ID{{ $order->order_tracking_link }}
Dealer / Buyer Details Business / Consignee Details

{{ $order->customer_address_contact_person }}

Address :
{!! $order->full_address !!}
{{ $order->customer_address_mobile_number }} @if(!empty($order->customer_email)) | {{ $order->customer_email }}@endif
Address :

{{ $order->vendor_address }}
{{ $order->vendor_phone }}
GSTIN NUMBER : {{ $order->gstin_number }}
--}}
DESCRIPTION
SIZE
UNIT PRICE
QUANTITY
TOTAL
{{-- No
{{--{{ $key+1 }}
Subtotal
{{ $subtotal }}
Delivery Charges
{{ $delivery_charge }}
GST
{{ $gst_amount }}
Discount
{{ $order->discount_amount }}
Promocode ( {{$order->promo_code}} %)
{{ $order->promo_code_discount }}
Grant Total
{{ number_format($order->grand_total, 2) }}
Declaration:

We declare that this invoice shows the actual price of the goods described and that all particulars are true and correct.

Bank Details:

Bank Name: None
A/C No: None
Branch: None
IFSC Code: None