@extends('adminlte::page') @section('title', ' Fee Category') @section('content_header')

edit Content

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
{!! $content->content !!}
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop