{{-- ListArea --}}

Fee Structure list

Add Fee Structure
@if (Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@foreach ($fee_structures as $item) @endforeach