| Tax Invoice |
| {{ $adminData->first_name }} {{ $adminData->last_name }} | Invoice No. | Dated |
| {{ $adminData->address }} | {{ $invoice }} | {{ date('d-m-Y', strtotime($orderdata[0]->invoice_date)) }} |
| New Delhi -110018 | Delivery Note | Mode/Terms of Payment |
| Code : 07 | ||
| GSTIN-{{ $adminData->gst }} | Supplier's Ref. | Other Reference(s) |
| E-Mail : {{ $adminData->show_email }} | {{ $orderdata[0]->po_number}} | |
| Buyer: | Buyer's Order No. | Dated |
| By {{ $orderdata[0]->order_recived }} | {{ date('d-m-Y', strtotime($orderdata[0]->invoice_date)) }} | |
| {{ $orderdata[0]->company_name }} | ||
| {{ collect([ $orderdata[0]->address, $orderdata[0]->state_name ?? '', $orderdata[0]->city_name ?? '', $orderdata[0]->post_code ?? '' ])->filter()->implode(', ') }} | Despatch Document No. | |
| {{ $orderdata[0]->shipping_address }} | Despatch Document No. | Delivery Note Date |
| Despatched through | Destination | |
| GSTIN-{{ $orderdata[0]->gst_no }} | {{ $orderdata[0]->vehicle_no }} | {{ $orderdata[0]->destination }} |
| Terms of Delivery | ||
| Delivery at (if other than consignee): | - | - |
| @if($orderdata[0]->same_as == 1 ) {{ $orderdata[0]->company_name }} @endif | - | - |
| {{
collect([
$orderdata[0]->shipping_address,
$orderdata[0]->shipping_state_name ?? '',
$orderdata[0]->shipping_city_name ?? '',
$orderdata[0]->shipping_post_code ?? ''
])->filter()->implode(', ')
}}@if($orderdata[0]->same_as == 1 ) GSTIN-{{ $orderdata[0]->gst_no }}@endif |
- | - |
| - | - | |
| S.NO | Description of Goods | {{--HSN/SAC | --}} {{--Part No. | --}}Quantity | Rate (Per Person) | {{--per | --}}Amount [INR] |
|---|---|---|---|---|---|---|---|
| {{ $key }} | {{ $row->description }} | {{--{{ $row->hsn_code }} | --}} | {{ $row->deliver_quantity??$row->quantity }} | {{--{{ $row->unit_price }} | --}}{{ $row->rate_per_quantity }} | {{ $row->amount }} |
| @if($orderdata[0]->cartage_type == 1) Cartage @elseif($orderdata[0]->cartage_type == 2) Installation @elseif($orderdata[0]->cartage_type == 3) Cartage & Installation @endif | {{-- | --}} {{-- | --}} | {{ number_format((float)$orderdata[0]->cartage_amount, 2, '.', '') }} | |||
| Amount | {{-- | --}} | {{-- | --}} | {{-- {{ number_format((float)$orderdata[0]->discount_after_amount, 2, '.', '')}} --}}{{ number_format($totalAmount, 2, '.', '') }} | ||
| IGST | {{-- | --}} {{-- | --}} | {{ (int)$orderdata[0]->gst_percentage}}% | {{ number_format((float)$gstAmount, 2, '.', '') }} | ||
| CGST | {{-- | --}} {{-- | --}} | {{ (int)$orderdata[0]->gst_percentage/2 }} % | {{ number_format((float)$cgst, 2, '.', '') }} | ||
| SGST | {{-- | --}} {{-- | --}} | {{ (int)$orderdata[0]->gst_percentage/2 }} % | {{ number_format((float)$sgst, 2, '.', '') }} | ||
| Round Off | {{-- | --}} {{-- | --}} | ||||
| Total | {{-- | --}} {{-- | --}} | {{ number_format((float)$totalAmount, 2, '.', '') }} |
| Tax Amount (in words) : | Indian Rupees | ||
| Company's Service Tax No. : | ---- | Pre Authenticated by | for {{ $adminData->first_name }} {{ $adminData->last_name }} |
| Company's PAN : | ---- | Authorised Signatory | Issuing Signatory |
| Declaration | Name: | Name: | |
| We declare that this invoice shows the actual price of the goods described and that all particulars are true and correct. | Designation: | ||