{{-- WATERMARK --}}
{{-- HEADER --}}
{{-- LEFT : LOGO --}} {{-- CENTER : COMPANY --}} {{-- RIGHT : CLIENT --}}

Corporate Office
Parappur Road, Veenalukkal
Kottakkal, Malappuram
Kerala – 676503
CUSELLA SOFT FURNISHING LLP
Registered Office
4th Floor, Building No:1190/1
HSR Layout, Sector 3
22nd Cross Road
Bengaluru – 560102
GSTIN : 29AAVFC5799D1ZN
Client : {{ $quotation->customer_name?? '-' }}
Phone : {{ $quotation->customer_phone ?? '-' }}
Address : {{ $quotation->address ?? '-' }}
Order Date : {{ $quotation->order_date }}
Completion Date : {{ $quotation->expected_completion_date }}
Measured By : {{ $quotation->employee_name }}
Status : {{ $quotation->status }}

@if(!empty($quotation->user->profile_image)) @endif
{{-- FOOTER --}} {{-- MAIN CONTENT --}}
@yield('content')