@foreach ($orders as $order)
{{ $company->name }}{{ $company->address }} MOB:{{ $company->phone }} Email: {{ $company->email }} FSSAI NO : {{ $company->fssai_number }} |
||
|
GSTIN : {{ $company->gst }} |
ORDER DETAILS |
TERMS:CASH |
|
Order Date: {{ date('d-m-Y', strtotime($order->voucher_date)) }} Order No: {{ $order->voucher_number }} Place of Supply: {{ $order->debitLedger->state }}({{ $order->debitLedger->state_code }}) {{--Delivery Date: {{ date('d-m-Y', strtotime($order->delivery_date)) }} --}} {{--E-Way Bill No: {{ $order->ewayBill ? $order->ewayBill->ewayBillNo : '' }} --}} |
|
||||||
|
Billed To: M/s : {{ $order->customer ? $order->customer->name : $order->debitLedger->name }} {{ $order->customer ? $order->customer->address : $order->debitLedger->address }} Phone : {{ $order->customer ? $order->customer->mobile : $order->debitLedger->mobile_no }} GST : {{ $order->customer ? '' : $order->debitLedger->gst }} |
Cash Party / Shipped To : @php $shipToName = $order->shipping_party_name ?? ($order->customer->name ?? $order->debitLedger->name); @endphp M/s : {{ $shipToName }} {{ $order->ship_to_address }} GST : {{ $order->customer ? '' : $order->debitLedger->gst }} |
| s no | Description of Goods | HSN/SAC | Qty | Unit | Unit Price |
Amount | Disc Amt | Taxable | Gst % | Gst Amt | Total |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->stockItem->name }} | {{ $item->stockItem->hsn_code }} | {{ $item->quantity }} | {{ $item->unit->symbol }} | {{ number_format($item->price, 2) }} | {{ number_format($item->gross_value, 2) }} | {{ number_format($item->disc_amount, 2) }} | {{ number_format($item->taxable_value, 2) }} | {{ $item->gst_per }} | {{ number_format($item->cgst + $item->sgst + $item->igst + $item->cess, 2) }} | {{ number_format($item->total, 2) }} |
| {{ $order->items->sum('quantity') }} | {{ $order->items->sum('gross_value') }} | {{ $order->items->sum('disc_amount') }} | {{ $order->items->sum('taxable_value') }} | {{ $order->items->sum('igst') + $order->items->sum('cgst') + $order->items->sum('sgst') + $order->items->sum('cess') }} | {{ $order->items->sum('total') }} | ||||||
|
Grand Total In Words ({{ $words }})
|
|
| Our Bank Details: Name:{{ $company->bankLedger->name }} , Branch: {{ $company->bankLedger->branch }} Account No: {{ $company->bankLedger->account_number }} , IFSC Code: {{ $company->bankLedger->ifsc_code }} |
@if ($qr_code != null)
|
{{ $company->name }} Authorised Signatory |