@extends('layouts.pmar.theme') @section('title', env('APP_NAME') . " :: $noticia->title") @section('content')
@php $pathSystem = $_SERVER['DOCUMENT_ROOT'] . "/"; $angraDefault = asset("/pmar/assets/img/angra-default.png"); @endphp

{{ html_entity_decode($noticia->title) }}

{{ html_entity_decode($noticia->summary) }}

{{ app(App\Http\Controllers\Controller::class)->formatDateToPortuguese($noticia->created_at) }}
{!! html_entity_decode($noticia->description) !!}
{!! $noticia->movie !!}
{!! $noticia->code !!}

Leia Mais

@for ($i = 0; $i < count($noticias); $i++)
@endfor Ver Mais
@include('paginas.parts.sidebanner1')
@include('paginas.parts.sidebanner2')
@endsection