@if(session('success'))

{{session('success')}}

@endif @if(session('error'))

{{ session('error') }}

@endif

Fee Checkout

{{ csrf_field() }} {{-- --}}
Payment Mode Fee Description Amount(INR) Bank charges Sub Total(INR)
Admission Fee {{$tot_amount}} {{$debit}} {{$tot_amount+$debit}}
Admission Fee {{$tot_amount}} {{$credit}} {{$tot_amount+$credit}}
Admission Fee {{$tot_amount}} {{$hdfc_nb}} {{$tot_amount+$hdfc_nb}}
Admission Fee {{$tot_amount}} {{$netbanking}} {{$tot_amount+$netbanking}}
Admission Fee {{$tot_amount}} {{$upi}} {{$tot_amount+$upi}}
Admission Fee {{$tot_amount}} {{$wallet}} {{$tot_amount+$wallet}}
Admission Fee {{$tot_amount}} {{$incredit}} {{$tot_amount+$incredit}}
{{-- --}}

Disclaimer - Corporate credit cards are not acceptable to make the fee payment.