|
{{-- MIDDLE: CUSTOMER DETAILS --}}
Customer Details Name : {{ $quotation->customer_name ?? '-' }} Phone : {{ $quotation->customer_phone ?? '-' }} Address : {{ $quotation->address ?? '-' }} |
{{-- RIGHT: PROJECT / ARCHITECT DETAILS --}}
Project Details Completion Date : {{ $quotation->expected_completion_date ?? '-' }} Measured By : {{ $quotation->creator->name ?? '-' }} Referred by Architect : {{ $quotation->creator->name ?? '-' }} Architect Contact : {{ $quotation->creator->phone ?? '-' }} |