@extends('layouts.adminapp') @section('title') {{__('lng.FeeStructure')}} - {{__('lng.Create')}} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_fee_stucture', 'active') @section('content')

{{__('lng.FeeStructure')}}

{{__('lng.CreateFees')}}
@include('Fees.createajax')
@endsection