@extends('admin.layouts.app') @section('title', 'Edit Page Content') @section('page-title', 'Editing: ' . ucfirst(str_replace('.php', '', $pageName))) @section('page-subtitle', 'Update text and headings for this page.') @section('content')

Live Editor

Changes apply immediately to the frontend.

@csrf
@forelse($contents as $index => $content)
{{ $content->content_type }}
@if(strlen($content->content_value) > 100 || $content->content_type == 'html') @else @endif
@empty

No editable sections found

This page hasn't been configured for CMS editing yet.

@endforelse

Make sure to review your changes before saving.

@endsection