@if(session('success'))

{{ session('success') }}

@endif

Outstanding Fee Details

@csrf
@php $total = 0; @endphp @if(count($outstanding) > 0) @foreach($outstanding as $key=>$value) @php $total += $value->fee_amount; @endphp @endforeach @else @endif
SLNo Course Name Academic Year Section Name Fee Name Net Amount Payment
{{$key+1}}
No items found.

Enter Amount to Pay

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif