Pending Payments
Total outstanding balance from trips.
No upcoming expiries. ✅
@else{{ $alert->vehicle->vehicle_number ?? 'Unknown' }}
{{ $alert->expiry_type }}
{{ \Carbon\Carbon::parse($alert->expiry_date)->diffForHumans() }}
No trips recorded yet.
@else{{ $trip->location }}
{{ $trip->vehicle->vehicle_number ?? '' }} • {{ $trip->driver->driver_name ?? '' }}
{{ $trip->date->format('d M Y') }}
No data available yet.
@else @php $maxProfit = $topVehiclesQuery->max('total_profit') > 0 ? $topVehiclesQuery->max('total_profit') : 1; @endphpNo data for last 30 days.
@else @php $maxVal = max($profitData->max('rent'), 1); @endphp