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