@extends('layouts.manage')
@section('title')
@lang('Edit Section')
@endsection
@section('page-header-title')
@lang('Edit Section') @lang('View Sections')
@endsection
@section('page-header-description')
@lang('Edit Section') @lang('Go Back')
@endsection
@section('styles')
@include('partials.manage.categories-tree-style')
@endsection
@section('scripts')
@include('includes.tinymce')
@include('partials.manage.categories-tree-script');
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.sections.edit')
@endsection