@extends('layouts.manage') @section('title') @lang('Add Page') @endsection @section('page-header-title') @lang('Add Page') @lang('View Pages') @endsection @section('page-header-description') @lang('Add New Page') @lang('Go Back') @endsection @section('scripts') @include('includes.tinymce') @endsection @section('content') @include('partials.manage.pages.create') @endsection