{{-- HEADER --}}
{{-- LEFT : COMPANY LOGO --}} {{-- CENTER : CUSTOMER DETAILS --}} {{-- RIGHT : PROJECT DETAILS --}}
Customer Details
{{-- PROFILE IMAGE --}} {{-- CUSTOMER INFO --}}
@if (in_array($project->creator->user_type, ['dealer_staff', 'architect_staff'])) @if(!empty($project->creator->manager->profile_image_url)) @endif @else @if(!empty($project->creator->profile_image_url)) @endif @endif Name : {{ $project->customer_name ?? '-' }}
Phone : {{ $project->customer_phone ?? '-' }}
Address : {{ $project->address ?? '-' }}
Project Details
Completion Date : {{ $project->expected_completion_date ?? '-' }}
Measured By : {{ $project->creator->name ?? '-' }}
Referred by Architect : {{ $project->referred_by_architect ?? '-' }}
Architect Contact : {{ $project->architect_contact_number ?? '-' }}
{{-- FOOTER --}} {{-- MAIN CONTENT --}}
@yield('content')