@extends('layouts.adminapp') @section('title') {{ __('lng.SetFeesMonthly') }} - {{ __('lng.SetFee') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_set_fee', 'active') @section('content')

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

@csrf @method('patch')
{{ __('lng.EditSetFeeInMonth') }} : {{ $Class->title }}
@error('batch_year')
{{ $message }}
@enderror
@error('month')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@error('additional_charge')
{{ $message }}
@enderror
@error('narration')
{{ $message }}
@enderror
@endsection