{{-- 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
Client : {{ $order->quotation->customer_name ?? $order->billingAddress->name ?? '-' }}
Phone : {{ $order->quotation->customer_phone ?? $order->billingAddress->phone ?? '-' }}
Order Date : {{ $order->created_at ? $order->created_at->format('d-M-Y') : '-' }}
Status : {{ ucfirst($order->status ?? '-') }} @if(!empty($order->user->profile_image))
@endif
{{-- FOOTER --}} {{-- MAIN CONTENT --}}
@yield('content')