@foreach ($orders as $order) {{ $order->created_at->format('d-m-y') }} {{ $order->user->name ?? null }} {{ $order->user->company ?? null }} £ {{ $order->grand_total ?? null }}
@csrf
@endforeach