@include('include.meta-favicon') @include('include.plugins-styles')
Noticias
@include('navbar') @include('redes_sociales')
CONOCES MÁS SOBRE NUESTRAS
ÚLTIMOS EVENTOS
Noticia anteriores
@foreach($noticias as $noticia)
{!! $noticia->fecha !!}
{!! $noticia->titulo !!}
Leer más...
@endforeach
Noticia de último momento
@foreach($noticias as $noticia)
Fecha de publicación: {!! $noticia->fecha !!}
{!! $noticia->titulo !!}
{!! $noticia->descripcion !!}
@if (!is_null($noticia->archivo))
Leer más.
@endif
@endforeach
Ver Noticia
@include('footer') @include('include.plugins-scripts')