@extends('layouts.admin') @section('title', 'Edit Page') @push('head') @endpush @section('content')
Content

Edit {{ $page->title }}

Back
@csrf @method('PATCH')
SEO

Search Metadata

@if ($page->ogImageUrl())
{{ $page->title }} OG image Current OG image
@endif
@if ($errors->any())

{{ $errors->first() }}

@endif
@endsection @push('scripts') @endpush