@extends('layouts.main') @section('title') Page: Create @endsection @section('content')
@csrf @include('page.partials.form')
 Cancel
@endsection