@extends('layouts.admin') @section('title', 'Edit Page') @push('head') @endpush @section('content') Content Edit {{ $page->title }} Back @csrf @method('PATCH') Title Content {{ old('body_html', $page->body_html) }} SEO Search Metadata Meta Title Meta Description {{ old('meta_description', $page->meta_description) }} OG Image @if ($page->ogImageUrl()) Current OG image @endif is_active))> Active @if ($errors->any()) {{ $errors->first() }} @endif Update page @endsection @push('scripts') @endpush
{{ $errors->first() }}