Home
Payment History
Outstanding Fee Details
Home
Payment History
Outstanding Fee Details
Logout
Change Password
@if(session('success'))
{{ session('success') }}
@endif
Outstanding Fee Details
@csrf
SLNo
Course Name
Academic Year
Section Name
Fee Name
Net Amount
Payment
@php $total = 0; @endphp @if(count($outstanding) > 0) @foreach($outstanding as $key=>$value)
{{$key+1}}
@php $total += $value->fee_amount; @endphp
@endforeach @else
No items found.
@endif
Enter Amount to Pay
Amount (INR):
Proceed to Pay
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif