@extends('Admin.layout.master') @section('title','Add fee Head') @section('content')

Fee Head Details

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
back
@endsection