@foreach($orders as $order) @endforeach
Invoice Customer Status Total Due Date
{{ $order->invoice_number }} {{ $order->customer->name ?? '-' }} {{ ucfirst($order->status) }} {{ number_format($order->total, 2) }} {{ $order->due_date }}