@extends('admin.layout') @section('content')

Fee Head

@if(Session::has('success'))
{{Session::get('success')}}
@endif

Update Fee Head

@csrf
@error('name')

{{$message}}

@enderror
@endsection