@extends('templates.theme-four') @section('titulo-pagina') @if(!empty($site->informacao->nome_comercial)) {{ $site->informacao->nome_comercial }} - Página inicial @else Página inicial @endif @endsection @section('menu-home') active @endsection @section('header') @if($conteudo->conteudos()->where('tipo','banner_home')->first()) @else @endif @if($conteudo->conteudos()->where('tipo','titulo_principal')->first()) {!! $conteudo->conteudos()->where('tipo','titulo_principal')->first()->descricao !!} @else PROFISSIONAIS EXPERIENTES E RESPEITADOS @endif @if($conteudo->conteudos()->where('tipo','subtitulo_principal')->first()) {!! $conteudo->conteudos()->where('tipo','subtitulo_principal')->first()->descricao !!} @else Soluções jurídicas eficazes @endif @endsection @section('conteudo') @if($conteudo->conteudos()->where('tipo','area_atuacao')->count()) @foreach($conteudo ->conteudos() ->where('tipo','area_atuacao') ->get() as $key => $area) {{$area->nome}} {!!substr($area->descricao, 0,100)!!}... @endforeach SAIBA MAIS @endif conteudos()->where('tipo','banner_noticias')->first()) style="background-image: url('{{route('arquivo.show',$conteudo->conteudos()->where('tipo','banner_noticias')->first() ->imagem)}}') !important;" @endif > @if($conteudo->conteudos()->where('tipo','titulo_noticias')->first() != null) {!! $conteudo->conteudos()->where('tipo','titulo_noticias')->first()->descricao !!} @else ÚLTIMAS NOTÍCIAS @endif @if($posts) @foreach($posts as $item) {{ substr( ($item->titulo ), 0, 80)}}... Publicado em {{ date('d/m/Y',strtotime($item->created_at)) }} Veja mais... @endforeach @endif @if($feed) @foreach($feed['items'] as $key => $item) {{ substr( ($item->get_title() ), 0, 80)}}... Publicado em {{ $item->get_date('d/m/Y') }} Veja mais... @if($key > ($site->adicional->num_noticias_home - 2)) @break @endif @endforeach @endif @endsection @section('scripts') @endsection
Publicado em {{ date('d/m/Y',strtotime($item->created_at)) }} Veja mais...
Publicado em {{ $item->get_date('d/m/Y') }} Veja mais...