@extends('backend.layouts.main') @section('title') Create Page @endsection @section('content')

Create New Page

@csrf @include('backend.pages.partials.form')
@endsection