Próximas
@if(!count($eventosProximos))
Espera pronto nuestra agenda de próximas actividades
@else
@foreach($eventosProximos as $item)
@php
$date = \Carbon\Carbon::create($item->fecha);
@endphp
{{ucfirst(Date::parse($item->fecha)->format("D"))}}
{{$date->format("d")}}
format("w"))--}}
style="font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 0.9em; ">{{ucfirst(Date::parse($item->presentada)->formatLocalized('%B'))}}- {{$date->format("H:i")}} hrs.
{{$item->descripcion}}
@isset($item->sede)
{{$item->sede->sede}}
@endisset
@endforeach
@endif
@if(count($eventosProximos) > 2)
Más información
@endif
Recientes
@if(!count($eventosRecientes))
Espera pronto nuestra agenda de próximas actividades
@else
@foreach($eventosRecientes as $item)
@php
$date = \Carbon\Carbon::create($item->fecha);
@endphp
{{ucfirst(Date::parse($item->fecha)->format("D"))}}
{{$date->format("d")}}
{{ucfirst(Date::parse($item->fecha)->formatLocalized('%B'))}} - {{$date->format("H:i")}} hrs.
{{$item->descripcion}}
@isset($item->sede)
{{$item->sede->sede}}
@endisset
@endforeach
@endif
@if(count($eventosRecientes) > 2)
Más información
@endif
Síguenos en redes sociales: