{{-- HEADER --}}
{{-- LOGO --}} {{-- COMPANY DETAILS --}} {{-- CLIENT DETAILS --}}
Corporate Office
Parappur Road Veenalukkal
Kottakkal – 676503
CUSELLA SOFT FURNISHING LLP
GSTIN : 29AAVFC5799D1ZN

Registered Office
HSR Layout Sector-3
Bengaluru – 560102

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')