@extends('layouts.app') @section('title','Fees') @section('breadcrumb') @endsection @section('content')

Fee Configuration

@include('fees.head')
@include('fees.config')
@endsection @section('modal') @endsection @section('script') @endsection