@extends("layout.pages.app2") @section("content")

Noticias

{{-- --}} {{--
--}} {{-- @if($item->fotos)--}} {{-- fotos->first()->foto}}"--}} {{-- alt="{{$comunicado->titulo}}"/>--}} {{-- @endif--}} {{--
--}} {{-- --}} {{-- {{ Date::parse($comunicado->fecha)->format('d') }} de--}} {{-- {{ Date::parse($comunicado->fecha)->formatLocalized('%B') }},--}} {{-- {{ Date::parse($comunicado->fecha)->format('Y') }}--}} {{--

{{$comunicado->titulo}}

--}} {{--

{{$comunicado->bullet1}}

--}} {{--
--}} {{--
--}} .
@foreach ($notsecundaria as $item)
@if(count($item->fotos)) fotos->first()->foto}}" alt="{{$item->titulo}}"/> @endif
{{ Date::parse($item->fecha)->format('d') }} de {{ Date::parse($item->fecha)->formatLocalized('%B') }}, {{ Date::parse($item->fecha)->format('Y') }}

{{$item->titulo}}

@endforeach
@foreach ($notterciaria as $item)
@if(count($item->fotos)) fotos->first()->foto}}"/> @endif

{{ Date::parse($item->fecha)->format('d') }} de {{ Date::parse($item->fecha)->formatLocalized('%B') }}, {{ Date::parse($item->fecha)->format('Y') }}

{{$item->titulo}}

@endforeach
@foreach ($notcuartos as $item)
@if(count($item->fotos)) fotos->first()->foto}}"/> @endif
{{ Date::parse($item->fecha)->format('d') }} de {{ Date::parse($item->fecha)->formatLocalized('%B') }}, {{ Date::parse($item->fecha)->format('Y') }}

{{$item->titulo}}

@endforeach
@endsection