@extends('templates.theme-five') @section('header')

Notícias

@endsection @section('imagem-header') {{$site ->adicional->imagem_principal ? route('mostrarImagemAdicional', ['nomeDoArquivo' => $site ->adicional->imagem_principal, 'user'=>$site->user->id]) : 'teste'}} @endsection @section('container')

{{$post -> titulo }}

{!! $post ->texto !!}
@endsection