@extends('layouts.app') @section('title') Fee Setup @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
Fee Setup
@foreach($fee_setup as $fee) @endforeach
Program Session Intake Fee Category Minimum Type Minimum Amount Value Action
{{$fee->program_name}} {{$fee->academic_session_name}} {{$fee->entry_year}} {{$fee->fee_category}} {{$fee->minimum_amount_type}} {{$fee->minimum_amount}}
@endsection