J&M Trophies (Date: {{$data['date_range']}})

Outstanding Orders Report

@foreach($data['data'] as $order) @endforeach
Order Number Order Date Customer Name Customer Email PO Number Current Status Order Total
{{$order['order_number']}} {{$order['created_at']->format('m-d-Y')}} {{$order['user']['name']}} {{$order['user']['email']}} {{$order['purchase_order_number'] ?? 'N/A'}} {{$order['current_status']->name}} {{'$'.$order['grand_total']}}
  Grand Total {{'$'.$data['total_amount']}}