|
@php
$path = public_path('images/atjoin_logo.png');
$type = pathinfo($path, PATHINFO_EXTENSION);
$data = file_get_contents($path);
$base64 = 'data:image/' . $type . ';base64,' . base64_encode($data);
@endphp
|
ATJOIN PVT. LTD Sanewadi, Aundh, Pune, Maharashtra 411007 |
Quotation No: {{ $quotation->quotation_number }} Date: {{ $quotation->quotation_date }} |
| Quotation From | Quotation To |
|---|---|
|
ATJOIN PVT. LTD 5th Floor, Luv-Kush Apt. Seasons Business Center, Opp. Kothari Hyundai Showroom, Sanewadi, Aundh, Pune, Maharashtra 411007 GSTN.:27AAWCA2027J1ZE |
@php $selectedCustomer = App\Models\SelectCustomer::first(); @endphp @if($selectedCustomer)
Client Name: {{ $selectedCustomer->company_name }} Customer Name: {{ $selectedCustomer->customer_name }} Contact No.: {{ $selectedCustomer->contact }} GSTN.: {{ $selectedCustomer->gst_number }} Email Id: {{ $selectedCustomer->email }} Address: {{ $selectedCustomer->address }} City: {{ $selectedCustomer->city }} @endif |
| Sr No | Items | HSN | Unit Price | Qty | Amount |
|---|---|---|---|---|---|
| {{ $item->sr_no }} | {{ $item->description }} | {{$quotation->hsn_number}} | ₹{{ number_format($item->amount, 2) }} | {{ $item->quantity }} | ₹{{ number_format($item->total_amount, 2) }} |
|
CGST: ₹{{ number_format($quotation->cgst, 2) }} SGST: ₹{{ number_format($quotation->sgst, 2) }} IGST: ₹{{ number_format($quotation->igst, 2) }} |
|||||
| Total Amount (in words): {{ $quotation->grand_total_in_words }} Rupees only | Total: ₹{{ number_format($quotation->grand_total, 2) }} | ||||
| HSN/SAC | Taxable Value | @if($isMaharashtra)CGST | SGST | IGST | @elseCGST | SGST | IGST | @endifTotal Tax Amount | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($isMaharashtra) | Rate (%) | Amount (₹) | Rate (%) | Amount (₹) | Rate (%) | Amount (₹) | @elseRate (%) | Amount (₹) | Rate (%) | Amount (₹) | Rate (%) | Amount (₹) | @endif||
| {{$quotation->hsn_number}} | {{ number_format($gst_rate, 2) }}% | @if($isMaharashtra){{ $gst_rate / 2 }}% | ₹{{ number_format($cgst, 2) }} | {{ $gst_rate / 2 }}% | ₹{{ number_format($sgst, 2) }} | — | — | @else— | — | — | — | {{ $gst_rate }}% | ₹{{ number_format($igst, 2) }} | @endif@if($isMaharashtra) ₹{{ number_format($cgst + $sgst, 2) }} @else ₹{{ number_format($igst, 2) }} @endif |
| Total: | {{ number_format($gst_rate, 2) }}% | @if($isMaharashtra){{ $gst_rate / 2 }}% | ₹{{ number_format($cgst, 2) }} | {{ $gst_rate / 2 }}% | ₹{{ number_format($sgst, 2) }} | — | — | @else— | — | — | — | {{ $gst_rate }}% | ₹{{ number_format($igst, 2) }} | @endif@if($isMaharashtra) ₹{{ number_format($cgst + $sgst, 2) }} @else ₹{{ number_format($igst, 2) }} @endif |