{{-- HEADER --}}
{{-- LOGO --}} {{-- COMPANY DETAILS --}} {{-- CLIENT DETAILS --}}

Corporate Office
Cusella Soft Furnishing LLP 1st Floor, Building No: 12/40-D Parappur Road, Veenalukkal Kottakkal, Malappuram Kerala – 676503

GSTIN: 32AAVFC5799D1Z0
CUSELLA SOFT FURNISHING LLP
Registered Office
4th Floor, Building No: 1190/1 HSR Layout, Sector 3 22nd Cross Road Bengaluru Urban, Karnataka – 560102

GSTIN: 29AAVFC5799D1ZN
@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)) @endif @endif
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 }}
{{-- FOOTER --}} {{-- MAIN CONTENT --}}
@yield('content')