@extends('templates.theme-two') @section('titulo-pagina') {{ $site->informacao->nome_comercial }} - {{$post->titulo}} @endsection @section('menu-noticias') style="font-family: 'now_altbold';" @endsection @section('conteudo')

{{$post->titulo}}

@if($site->adicional->imagem_sobre != null) Notícias @else @endif

{!!$post->texto!!}

@endsection