@extends('marketing.layout') @php // Resolve translated values (English is the fallback). $pTitle = $page->t('title'); $pExcerpt = $page->t('excerpt'); $pMeta = $page->t('meta_description'); $pBody = $page->t('content_html'); // Hardening: $pBody is SuperAdmin-authored TinyMCE HTML // rendered on a public-internet page (no auth gate, every visitor // sees it). Trust boundary is "SA-only", BUT a stored-XSS via a // compromised SA account would reach every site visitor. Apply the // same multi-layer regex sanitizer that landing/sections/html.blade // uses so an SA-pasted