Back to Lead
@if($company->logo) Logo @endif

{{ $company->name }}

{{ $company->address }}

Email: {{ $company->email }} | Phone: {{ $company->phone_number }}

@if($company->gst_number)

GSTIN: {{ $company->gst_number }}

@endif

SOLAR SYSTEM QUOTATION

#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))) }}

Client Information

{{ $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 }}

System Specification

{{ $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' }}

System Components
@foreach($quotation->form_data['items'] ?? [] as $item) @endforeach
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) }}
Performance & ROI

{{ $quotation->form_data['performance']['generation'] ?? 'N/A' }}

{{ $quotation->form_data['performance']['roi'] ?? 'N/A' }}

Installation & Net Metering: ₹{{ number_format(($quotation->form_data['installation']['charges'] ?? 0) + ($quotation->form_data['installation']['net_metering'] ?? 0), 2) }}
GST ({{ $quotation->form_data['pricing']['gst_percent'] ?? 12 }}%): ₹{{ number_format($quotation->amount - ($quotation->amount / (1 + (($quotation->form_data['pricing']['gst_percent'] ?? 12)/100))), 2) }}
Govt Subsidy: -₹{{ number_format($quotation->form_data['pricing']['subsidy'] ?? 0, 2) }}
Net Payable: ₹{{ number_format($quotation->amount, 2) }}
Warranty & Maintenance

{{ $quotation->form_data['terms']['panel_warranty'] ?? 'N/A' }}

{{ $quotation->form_data['terms']['maintenance'] ?? 'N/A' }}

{{ $quotation->form_data['terms']['payment'] ?? 'N/A' }}