@extends('layouts.admin') @section('title','Page Edit') @section('extra-css') @endsection @section('content') @lang('admin.new_page') @lang('admin.back') @csrf @csrf @method('put') @include('admin.createPage.form') @endsection @section('extra-scripts') @endsection