@extends('templates.theme-five') @section('titulo-pagina') @empty($site->informacao->nome_comercial)) Notícias @else {{ $site->informacao->nome_comercial }} - Notícias @endif @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('style') @endsection @section('menu-noticias') active @endsection @section('header') @if($conteudo->conteudos()->where('tipo','titulo_pagina')->first())
Publicado em {{ date('d/m/Y',strtotime($item->created_at)) }}
Veja mais...
Publicado em {{ $item->get_date('d/m/Y') }}
Veja mais...