| Customer ID: |
{{ $invoice->flat->project->short_name }}-{{ $invoice->user->username ?? 'N/A' }} |
Project Name: |
{{ $invoice->flat->project->name }} |
| Customer Name: | short_name
{{ $invoice->user->name ?? 'N/A' }} |
{{ $invoice->flat->category->name }} No: |
{{ $invoice->flat->project->short_name }}-{{ $invoice->flat->no ?? 'N/A' }} |
| Mobile No.: |
{{ $invoice->user->phone ?? 'N/A' }} |
{{ $invoice->flat->category->name }} Size: |
{{ $invoice->flat->size ?? 'N/A' }} Sqft. |
| Purchase Date: |
{{ $invoice->purchase_date }} |
Remark: |
{{ $invoice->remark ?? 'N/A' }} |