@extends('backend.layouts.app') @section('title') Create Page @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('backend.page.partials.form')
@endsection