@extends('layouts.manage') @section('title') @lang('Edit Page') @endsection @section('page-header-title') @lang('Edit Page') @lang('View Pages') @endsection @section('page-header-description') @lang('Edit Page') @lang('Go Back') @endsection @section('scripts') @include('includes.tinymce') @if(config('settings.toast_notifications_enable')) @endif @endsection @section('content') @include('partials.manage.pages.edit') @endsection