{{-- HEADER --}}
{{-- LEFT : COMPANY LOGO --}} {{-- CENTER : CUSTOMER DETAILS --}} {{-- RIGHT : PROJECT DETAILS --}}
Customer Details
{{-- PROFILE IMAGE --}} {{-- CUSTOMER INFO --}}
@if (in_array($quotation->creator->user_type, ['dealer_staff', 'architect_staff'])) @if(!empty($quotation->creator->manager->profile_image_url)) @endif @else @if(!empty($quotation->creator->profile_image_url)) @endif @endif 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->referred_by_architect ?? '-' }}
Architect Contact : {{ $quotation->architect_contact_number ?? '-' }}
{{-- FOOTER --}} {{-- MAIN CONTENT --}}


@yield('content')