@include('partials.header', ['settings' => $settings]) {{-- BUTTON GROUP --}}
⌂ Home ⬇ Download PDF
Client Information

Name: {{ $client->client_name }}

Phone: {{ $client->phone }}

Address: {{ $client->address }}

Project Details

Project Type: {{ $client->project_type }}

Duration: {{ $client->duration }} Months

Quatation Id: {{ $client->quotation_id }}

Quotation Details
@forelse($items as $index => $item) @empty @endforelse
# Item Notes Unit Quantity Rate Total
{{ $index + 1 }} {{ $item->item_name }} {{ $item->notes }} {{ $item->unit }} {{ $item->quantity }} ₹{{ number_format($item->rate, 2) }} ₹{{ number_format($item->total, 2) }}
No items available
Grand Total: ₹{{ number_format($grandTotal, 2) }}

TERMS & CONDITIONS

Please read carefully before proceeding with the project

💰 {{ $FinancialTerm->title }}
{!! $FinancialTerm->description !!}

{{ $FinancialTerm->heading1 }} {{ $FinancialTerm->subheading1 }}

{{ $FinancialTerm->heading2 }} {{ $FinancialTerm->subheading2 }}

📋 {{ $ProjectExecutionTerm->title }}

{{ $ProjectExecutionTerm->heading1 }}: {{ $ProjectExecutionTerm->subheading1 }}

{{ $ProjectExecutionTerm->heading2 }}: {{ $ProjectExecutionTerm->subheading2 }}

{{ $ProjectExecutionTerm->heading3 }}: {{ $ProjectExecutionTerm->subheading3 }}

{{ $ProjectExecutionTerm->heading4 }}: {{ $ProjectExecutionTerm->subheading4 }}

📑 {{ $ScopeMaterialTerm->title }}

{{ $ScopeMaterialTerm->heading1 }}: {{ $ScopeMaterialTerm->subheading1 }}

{{ $ScopeMaterialTerm->heading2 }}: {{ $ScopeMaterialTerm->subheading2 }}

{{ $ScopeMaterialTerm->heading3 }}: {{ $ScopeMaterialTerm->subheading3 }}

{{ $ScopeMaterialTerm->heading4 }}: {{ $ScopeMaterialTerm->subheading4 }}

🛡 {{ $WarrantyLegalTerm->title}}

{{ $WarrantyLegalTerm->heading1}}: {{ $WarrantyLegalTerm->subheading1}}

{{ $WarrantyLegalTerm->heading2}}: {{ $WarrantyLegalTerm->subheading2}}

{{ $WarrantyLegalTerm->heading3}}: {{ $WarrantyLegalTerm->subheading3}}

{{ $WarrantyLegalTerm->heading4}}: {{ $WarrantyLegalTerm->subheading4}}

⚠ {{ $ForceMajeureTerm->title}}

{{ $ForceMajeureTerm->heading1}}: {{ $ForceMajeureTerm->subheading1}}

{{ $ForceMajeureTerm->heading2}}: {{ $ForceMajeureTerm->subheading2}}

{{ $ImportantNotice->heading}} : {{ $ImportantNotice->subheading}}

Client Signature


Date: __________

STAMP

RC INTERIOR
Authorized Signature

@include('partials.footer', ['settings' => $settings])