{{ $trip->location }}
{{ $trip->vehicle->vehicle_number ?? 'N/A' }} • {{ $trip->date->format('d M Y') }}
Total Rent
₹{{ number_format($trip->rent_amount, 2) }}
Total Paid
₹{{ number_format($totalPaid, 2) }}
Balance
₹{{ number_format(abs($balance), 2) }}
No pending balance remains for this trip.
₹{{ number_format($payment->paid + $payment->advance, 2) }}
{{ $payment->created_at->format('d M Y, h:i A') }}