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

FIRE PROTECTION 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 }}

Project Details

{{ $quotation->form_data['project']['name'] ?? 'N/A' }}

{{ $quotation->form_data['project']['building_type'] ?? 'N/A' }}

{{ $quotation->form_data['project']['floor_count'] ?? 'N/A' }}

{{ $quotation->form_data['project']['fire_category'] ?? 'N/A' }}

Equipment & Components
@foreach($quotation->form_data['items'] ?? [] as $item) @endforeach
Equipment Description Type/Capacity Qty Unit Price Total
{{ $item['name'] ?? '' }} {{ $item['type_capacity'] ?? '' }} {{ $item['qty'] ?? 0 }} ₹{{ number_format($item['price'] ?? 0, 2) }} ₹{{ number_format($item['total'] ?? 0, 2) }}
Installation & Compliance

{{ $quotation->form_data['installation']['pipe_material'] ?? 'N/A' }}

{{ $quotation->form_data['installation']['pump_details'] ?? 'N/A' }}

{{ $quotation->form_data['installation']['certification'] ?? 'N/A' }}

Grand Total: ₹{{ number_format($quotation->amount, 2) }}

Includes {{ $quotation->form_data['pricing']['gst_percent'] ?? 18 }}% GST

Terms & Conditions

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

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

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