@extends('layouts.app') @section('title', 'Configure Fee Structure | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')

{{ auth()->user()->school?->name ?? 'Institution Axis' }}

@endsection @section('breadcrumb') Home / Finance / Fee Structures / Configure @endsection @section('content')
Configure New Fee Structure
@csrf
@error('school_class_id')
{{ $message }}
@enderror
@error('term')
{{ $message }}
@enderror
@error('academic_year')
{{ $message }}
@enderror

Fee Breakdown Components
Total Fee Amount: KES 0.00
Cancel
@endsection @push('scripts') @endpush