@extends('layouts.app') @section('content') {{-- Page Header --}} @php $title = $page?->name; @endphp {{-- Editor Card --}}
@csrf
{{ __('Use the editor toolbar to format your content') }}
{{-- Info Card --}}
{{ __('Tips for better content') }}
  • {{ __('Keep your content clear and concise') }}
  • {{ __('Use headings and paragraphs to organize information') }}
  • {{ __('Preview your changes before saving') }}
@endsection @push('scripts') @endpush