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

@yield('title')

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