@extends('backend.layouts.main') @section('title') Edit Page @endsection @section('content')

Edit Page

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