@if(session('success'))
Quote Id: #{{ $quote->id }}
Client Name: {{ $quote->client_name }}
Project Name: {{ $quote->title }}
Project Location: {{ $quote->location }}
Quote Date: {{ date('d-m-Y', strtotime($quote->start_date)) }}
Approx. sqft: {{ number_format($quote->area) }}
Material Used: {{ $quote->materialType->name ?? '-' }}
Skylight panels: {{ $quote->skylight_panel ?? 0 }}
Turbo Vents: {{ $quote->turbo_vents ?? 0 }}
Final Cost: ₹ {{ number_format($quote->project_cost) }}
Color & Finish: {{ $quote->color ?? '-' }}
Sheating Angle: {{ $quote->sheeting_angle ?? '-' }}
Wall light panels: {{ $quote->wall_light_panel ?? 0 }}
Fasteners/Screws: {{ $quote->screws ?? 0 }}
No payment details found.
@endifNo signature available
@endif