@extends('layouts.app')
@section('content')
{{-- Page Header --}}
@php
$title = $page?->name;
@endphp
{{-- Editor Card --}}
{{-- 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