<% var title = t('dashboard.brokerTitle'); %> <%- include('../partials/header') %>

๐Ÿค <%= t('dashboard.hello') %>, <%= user.name %>!

<%= stats.totalLoads %>
<%= t('dashboard.loadsPosted') %>
<%= stats.bookedLoads %>
<%= t('dashboard.deals') %>
<%= stats.activeTrips %>
<%= t('dashboard.activeTrips') %>
<% if (recentLoads.length > 0) { %>

๐Ÿ“‹ <%= t('dashboard.recentLoads') %>

<% recentLoads.forEach(load => { %>
<%= load.origin_city %> โ†’ <%= load.destination_city %>
<%= load.weight_tons %> <%= t('common.tons') %> | ๐Ÿท๏ธ <%= load.bid_count %> <%= t('common.bids') %>
<%= load.status %>
<% }) %> <% } %>
โž• <%= t('actions.postLoad') %> ๐Ÿ“‹ <%= t('actions.viewLoads') %> ๐Ÿงพ Invoice ๐Ÿ“Š Rates ๐Ÿš› Fleet ๐Ÿ›’ Buy/Sell ๐Ÿค Referral ๐Ÿ”” Alerts
<%- include('../partials/footer') %>