{{-- Top Logo --}} {{-- Main Content --}}

Service Invoice #{{ $invoice->custom_invoice_id }}

Date: {{ $invoice->created_at->format('d M Y') }}

Client: {{ $invoice->contactModel->name ?? 'N/A' }}

Address: {{ $invoice->contactModel->address ?? 'N/A' }}

@foreach($invoice->items as $i => $item) @endforeach
SL.NO. Particulars Of Services HSN/SAC Price (₹)
{{ $i + 1 }} {{ $item->name }} ₹{{ number_format($item->price, 2) }}
Total ₹{{ number_format($invoice->total, 2) }}

Total Invoice Amount In Words: {{ $amountInWords }} only

{{-- Footer with Office Address --}}