{{ $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['client']['name'] ?? $lead->client_name }}
{{ $quotation->form_data['client']['contact'] ?? $lead->mobile }}
{{ $quotation->form_data['client']['billing_address'] ?? $lead->address }}
{{ $quotation->form_data['client']['site_address'] ?? $lead->address }}
{{ $quotation->form_data['system']['size'] ?? 'N/A' }}
{{ $quotation->form_data['system']['type'] ?? 'N/A' }}
{{ $quotation->form_data['system']['roof_type'] ?? 'N/A' }}
{{ $quotation->form_data['system']['consumer_no'] ?? 'N/A' }}
| Component Description | Brand/Capacity | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ $item['name'] ?? '' }} | {{ $item['brand_capacity'] ?? '' }} | {{ $item['qty'] ?? 0 }} | ₹{{ number_format($item['price'] ?? 0, 2) }} | ₹{{ number_format($item['total'] ?? 0, 2) }} |
{{ $quotation->form_data['performance']['generation'] ?? 'N/A' }}
{{ $quotation->form_data['performance']['roi'] ?? 'N/A' }}
{{ $quotation->form_data['terms']['panel_warranty'] ?? 'N/A' }}
{{ $quotation->form_data['terms']['maintenance'] ?? 'N/A' }}
{{ $quotation->form_data['terms']['payment'] ?? 'N/A' }}