Period: {{ Carbon\Carbon::parse($start_date)->format('d M Y') }} - {{ Carbon\Carbon::parse($end_date)->format('d M Y') }}
Net Profit
₹{{ number_format($data['net_profit'], 2) }}
Total Income
₹{{ number_format($data['total_income'], 2) }}
{{ $data['trips']->count() }} Trips recorded
Fuel Expense
₹{{ number_format($data['total_fuel'], 2) }}
{{ $data['fuel']->count() }} Fuel entries
Maintenance
₹{{ number_format($data['total_maintenance'], 2) }}
{{ $data['maintenances']->count() }} Service records
| Date | Location | Rent Amount |
|---|---|---|
| {{ $trip->date->format('d/m/y') }} | {{ $trip->location }} | ₹{{ number_format($trip->rent_amount, 2) }} |
| Date | Total |
|---|---|
| {{ $f->created_at->format('d/m/y') }} | ₹{{ number_format($f->total, 2) }} |
| Date | Cost |
|---|---|
| {{ $m->date->format('d/m/y') }} | ₹{{ number_format($m->cost, 2) }} |
Select a vehicle and date range to view ledger