@include('admin.cabi_rides.operations.navbar')
Edit Vehicle Expense
Back
@csrf @method('PUT')
{{-- Cheque Fields --}}
@php $chequeDate = $vehicleExpense->cheque_date ?? ''; if ($chequeDate) { try { $chequeDate = \Carbon\Carbon::parse($chequeDate)->format('Y-m-d'); } catch (\Exception $e) { $chequeDate = ''; } } @endphp
{{-- NEFT Fields --}}
Receipts

@foreach($receiptFiles as $i => $receipt)
Receipt {{ $i + 1 }}
file_name ?? '') }}">
@if(isset($receipt['existing_file_path']) || isset($receipt->file_path)) @endif
@if(isset($receipt['existing_file_path']) || isset($receipt->file_path)) View @endif
@endforeach @if(empty($receiptFiles))
Receipt 1
@endif
@push('js') @endpush