@extends('layouts.app')
@section('title','Fees')
@section('breadcrumb')
Fee Configuration
@endsection
@section('content')
Fee Configuration
-
-
@include('fees.head')
@include('fees.config')
@endsection
@section('modal')
@endsection
@section('script')
@endsection