%- include('../partials/header', { activeMenu: 'moderation' }) %>
Verify users, process payouts, resolve disputes
No pending verifications
| Name | Phone | City | |
|---|---|---|---|
|
<%= s.name %>
<% if (s.company_name) { %> <%= s.company_name %><% } %> |
<%= s.phone %> | <%= s.city || 'N/A' %> |
No pending verifications
| Driver | Vehicle | Type | |
|---|---|---|---|
|
<%= d.driver_name || 'N/A' %>
<%= d.phone || '' %> |
<%= d.number %> | <%= d.vehicle_type || 'N/A' %> |
No pending payouts
| Driver | Amount | Method | |
|---|---|---|---|
|
<%= p.vehicles?.driver_name || 'N/A' %>
<%= p.vehicles?.number || '' %> |
₹ <%= (p.amount).toLocaleString('en-IN') %> | <%= p.upi_id ? 'UPI' : 'Bank' %> |
No open disputes
| Load | Reason | Amount | |
|---|---|---|---|
|
<%= d.loads?.from_city || '?' %> → <%= d.loads?.to_city || '?' %>
<%= new Date(d.created_at).toLocaleDateString('en-IN') %> |
<%= d.reason %> | ₹ <%= (d.loads?.driver_freight || 0).toLocaleString('en-IN') %> |