@extends('admin.layouts.form') @section('section', translate('Settings')) @section('title', translate('New Page')) @section('back', route('admin.settings.pages.index')) @section('content')
@csrf
@push('top_scripts') @endpush @include('admin.partials.ckeditor') @endsection