@extends('adminlte::page') @section('title', ' Edit Content') @section('content_header')

Edit Fee Content Section

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }} @php $desc = old('description', is_object($content) ? $content->description : ($content['description'] ?? '')); @endphp
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop