@extends('layouts.app') @section('title', 'Edit Page') @section('content')

Edit: {{ $page->title }}

@csrf @method('PATCH')

@endsection