@yield('title','Invoice')Client : {{ $order->billingAddress->name ?? '-' }}Phone : {{ $order->billingAddress->phone ?? '-' }} Address : {{ $order->billing_full_address }} |
Order Date :
{{ $order->created_at ? $order->created_at->format('d-M-Y') : '-' }} Completion Date : {{ $order->expected_delivery_date ? $order->expected_delivery_date->format('d-M-Y') : '-' }} Status : {{ ucfirst($order->status ?? '-') }} |