@php $ogTitle = html_entity_decode($noticia->title ?? 'Prefeitura de Angra dos Reis'); $ogDescription = html_entity_decode($noticia->summary ?? 'Portal oficial da Prefeitura Municipal de Angra dos Reis.'); $ogUrl = preg_replace('/^http:/i', 'https:', url()->current()); $ogImage = !empty($noticia->featuredPhoto) ? preg_replace('/^http:/i', 'https:', url($noticia->featuredPhoto)) : preg_replace('/^http:/i', 'https:', url('/pmar/assets/img/angra-default.png')); @endphp @yield('title')