@extends('layouts.app') @section('content')

Edit Page

@csrf @method('PUT') @include('admin.pages.form')
@endsection