@if($records->count())
| Purpose | From | To | Start | End | Estimated Cost | Status | Actions | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $record->travel_purpose }} | {{ $record->travel_from }} | {{ $record->travel_to }} | {{ $record->start_date }} | {{ $record->end_date }} | ₹{{ number_format($record->estimated_cost, 2) }} | {{ $record->status }} | |||||||
Expense SummaryTravel Mode: {{ $record->travel_mode ?? 'N/A' }} Description: {{ $record->note ?? 'No additional information provided.' }} ₹{{ number_format($actualExpense, 2) }}₹{{ number_format($difference, 2) }}Estimated Cost: ₹{{ number_format($record->estimated_cost, 2) }} @if($record->expenses->count())Expense Breakdown
|
|||||||||||||
Total Expense Overview
Total Estimated Expense
Total Actual Expense
{{ $totalDifference > 0 ? 'Over Budget' : 'Under Budget' }}