%- include('../partials/header', { activeMenu: 'dashboard' }) %>
Welcome back, <%= user.username %>! Here's your business overview.
No loads yet. Add your first load
<% } else { %>| Date | Route | Freight | Status |
|---|---|---|---|
| <%= load.date || '—' %> | <%= load.from_city || '?' %> → <%= load.to_city || '?' %> | <%= formatINR(load.freight_charged) %> | <%= load.status %> |
No pending collections. Great job!
<% } else { %>| Shipper | Route | Pending |
|---|---|---|
| <%= load.shipper_id || '—' %> | <%= load.from_city || '?' %> → <%= load.to_city || '?' %> | <%= formatINR(load.pending_from_shipper) %> |