{{ __('Record Payment') }}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- Trip Selection --}}
{{-- Trip Info Card --}}

Trip Details

Rent Amount

{{-- Advance & Paid --}}
{{-- Live Balance Calculation --}}

Rent

Total Paid

Balance

{{-- Payment Method --}}
{{-- Save --}}