@extends('template.portal.layout') @section('content-head') @if(!empty($banners) && count($banners) > 0) @endif @endsection @section('content-body')

Noticias

@if(!empty($noticias) && count($noticias) > 0) @foreach($noticias as $noticia)
Imagen noticia
{{ $noticia['titulo'] }}
Publicado: {{ $noticia['created_at']->diffForHumans() }}

{{ $noticia['descripcion'] }}

@endforeach @else @endif

Eventos

@if(!empty($eventos) && count($eventos) > 0) @foreach($eventos as $evento) @endforeach @else @endif
@if(!empty($enlaces_estado) && count($enlaces_estado) > 0) @endif
@endsection @section('scripts') @endsection