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