@extends('backend.admin-master') @section('style') @include('backend.partials.media-upload.style') @endsection @section('site-title') {{__('New Page')}} @endsection @section('content')

{{__('Add New Page')}}

{{__('All Pages')}}
@csrf
{{__('Open Page Builder')}} {{__('Page builder option is available in page edit only')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection