{{ $company->address }}
Email: {{ $company->email }} | Phone: {{ $company->phone_number }}
@if($company->gst_number)GSTIN: {{ $company->gst_number }}
@endif#QT-{{ $lead->id }}-{{ $quotation->version }}
{{ date('d M Y', strtotime($quotation->form_data['date'] ?? now())) }}
{{ date('d M Y', strtotime($quotation->form_data['valid_until'] ?? now()->addDays(30))) }}
{{ $quotation->form_data['project']['work_type'] ?? 'N/A' }}
{{ $quotation->form_data['project']['site_area'] ?? 'N/A' }}
{{ $quotation->form_data['project']['architect'] ?? 'N/A' }}
{{ $quotation->form_data['project']['target'] ?? 'N/A' }}
| Item Description | Unit | Qty | Rate | Total |
|---|---|---|---|---|
| {{ $item['name'] ?? '' }} | {{ $item['unit'] ?? '' }} | {{ $item['qty'] ?? 0 }} | ₹{{ number_format($item['price'] ?? 0, 2) }} | ₹{{ number_format($item['total'] ?? 0, 2) }} |
₹{{ number_format($quotation->form_data['overheads']['supervision'] ?? 0, 2) }}
₹{{ number_format($quotation->form_data['overheads']['labor'] ?? 0, 2) }}
₹{{ number_format($quotation->form_data['overheads']['cleaning'] ?? 0, 2) }}
{{ $quotation->form_data['terms']['retention'] ?? 'N/A' }}
{{ $quotation->form_data['terms']['payment'] ?? 'N/A' }}
{{ $quotation->form_data['terms']['variation'] ?? 'N/A' }}