@csrf
@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 Logo ATJOIN PVT. LTD
Sanewadi, Aundh, Pune, Maharashtra 411007
Invoice No: {{ $invoiceNumber }}
Date: {{ $invoiceDate }}
Invoice From Invoice To
ATJOIN PVT. LTD
5th Floor, Luv-Kush Apt.
Seasons Business Center,
Opp. Kothari Hyundai Showroom,
Sanewadi, Aundh, Pune, Maharashtra 411007

GSTN:27AAWCA2027J1ZE

Client Name: {{ $quotation->company_name }}
Customer Name: {{ $quotation->customer_name }}
Address: {{ $quotation->address }}
Contact: {{ $quotation->contact }}
Email: {{ $quotation->email }}
GSTN: {{ $quotation->gst_number }}
@foreach ($quotationitems as $item) @endforeach
Sr No Items HSN Qty Unit Price Amount
{{ $item->sr_no }} {{ $item->description }} {{$quotation->hsn_number}} {{ $item->quantity }} ₹ {{ number_format($item->amount, 2) }} ₹ {{ 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: ₹{{ number_format($quotation->grand_total, 2) }}

Subtotal: ₹ {{ number_format($quotation->subtotal, 2) }}

Balance Due: ₹ {{ number_format($quotation->grand_total, 2) }}

@php $isMaharashtra = isset($quotation) && strtolower($quotation->state) === 'maharashtra'; @endphp @if($isMaharashtra) @else @endif @if($isMaharashtra) @else @endif @if($isMaharashtra) @else @endif @if($isMaharashtra) @else @endif
HSN/SAC Taxable ValueCGST SGST IGSTCGST SGST IGSTTotal Tax Amount
Rate (%) Amount (₹) Rate (%) Amount (₹) Rate (%) Amount (₹)Rate (%) Amount (₹) Rate (%) Amount (₹) Rate (%) Amount (₹)
{{$quotation->hsn_number}} {{ number_format($quotation->gst_rate, 2) }}%{{ $quotation->gst_rate / 2 }}% ₹{{ number_format($quotation->cgst, 2) }} {{ $quotation->gst_rate / 2 }}% ₹{{ number_format($quotation->sgst, 2) }} {{ $quotation->gst_rate }}% ₹{{ number_format($quotation->igst, 2) }} @if($isMaharashtra) ₹{{ number_format($quotation->cgst + $quotation->sgst, 2) }} @else ₹{{ number_format($quotation->igst, 2) }} @endif
Total: {{ number_format($quotation->gst_rate, 2) }}%{{ $quotation->gst_rate / 2 }}% ₹{{ number_format($quotation->cgst, 2) }} {{ $quotation->gst_rate / 2 }}% ₹{{ number_format($quotation->sgst, 2) }} {{ $quotation->gst_rate }}% ₹{{ number_format($quotation->igst, 2) }} @if($isMaharashtra) ₹{{ number_format($quotation->cgst + $quotation->sgst, 2) }} @else ₹{{ number_format($quotation->igst, 2) }} @endif