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

@yield('title')

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