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

@yield('title')

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