@extends('admin.layouts.app') @section('content')

Edit {{ ucfirst($page->slug) }} Page

Update page title, slug, banner image, content and SEO settings.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())

Please fix the following:

@endif
@csrf @method('PUT')

Page Details

@if($page->banner_image)

Current Banner

{{ $page->title }}
@endif

Page Content

You can format text, add images, links and media.

SEO Settings

@endsection