<%- include('../partials/header', { activeMenu: 'vehicles' }) %>

Load History

<% for (const l of loads) { %> <% } %>
DateShipperRouteFreightStatus
<%= l.date || '—' %> <%= l.shipper ? l.shipper.name : '—' %> <%= l.from_city || '?' %> → <%= l.to_city || '?' %> <%= formatINR(l.freight_charged) %> <%= l.status %>
<%- include('../partials/footer') %>