@forelse ($orders as $id => $order) {{ ++$id }} {{ $order->created_at->format('d-m-y') }} {{ $order->user->name ?? null }} {{ $order->user->company ?? null }} £ {{ $order->grand_total ?? null }} @if ($order->approval_status != 'canceled' && $order->approval_status != 'decline') @endif
@csrf
@empty No orders found @endforelse