@extends('templates.theme-five') @section('head') @stop @section('titulo-pagina') @if($post) {{$post ->titulo}} @endif @endsection @section('titulo-pagina') @empty($post->nome) @else {{ $site->informacao->nome_comercial }} - Notícias @endif @endsection @section('menu-noticias') active @endsection @section('imagem-header') @if($conteudo->conteudos()->where('tipo','banner_pagina')->first()) '{{route('arquivo.show',$conteudo->conteudos()->where('tipo','banner_pagina')->first()->imagem)}}' @else '{{asset('theme-five/img/bg.jpg')}}' @endif @endsection @section('container')

Por {{$site->informacao->nome_comercial}}

Data de publicação {{date_format($post ->created_at,'d/m/Y')}}

{{$post -> titulo }}

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