@extends('layouts.admin') @section('title', 'Edit Page') @section('header_title', 'Pages') @section('content')

Edit Page: {{ $page->pageTitle }}

Live View Back to List
@csrf @method('PUT')
Unique, lowercase, numbers, and hyphens only. Example: /page/sunday-school
Recommended size: 1920x600px. Standard formats: JPG, PNG, GIF (max 2MB). @if($page->pageImage)
Current Image Preview: {{ $page->pageTitle }}
@endif
@endsection @section('scripts') @endsection