{{-- HEADER --}}
{{-- LEFT: LOGO --}} {{-- MIDDLE: CUSTOMER DETAILS --}} {{-- RIGHT: PROJECT / ARCHITECT DETAILS --}}
Customer Details

Name : {{ $quotation->customer_name ?? '-' }}
Phone : {{ $quotation->customer_phone ?? '-' }}
Address : {{ $quotation->address ?? '-' }}
Project Details

Completion Date : {{ $quotation->expected_completion_date ?? '-' }}
Measured By : {{ $quotation->creator->name ?? '-' }}
Referred by Architect : {{ $quotation->creator->name ?? '-' }}
Architect Contact : {{ $quotation->creator->phone ?? '-' }}
{{-- FOOTER --}} {{-- MAIN CONTENT --}}
@yield('content')