@extends('layouts.dashboard') @section('page_title', 'BATCH INVOICING') @section('content')
| Load # | Ship Date | Customer | Driver/Carrier | Amount | Status | |
|---|---|---|---|---|---|---|
| {{ $l['load'] }} | {{ $l['date'] }} | {{ $l['customer'] }} | {{ $l['entity'] }} | ${{ $l['amount'] }} | {{ strtoupper($l['status']) }} |