@section('title', 'EXPERIENCIAS')

Busca tus Experiencias

@foreach($dates as $d=>$date)

{{ $d }}

@foreach($date as $M=>$month)
@endforeach
@endforeach
@if($clear) TODAS @endif @foreach($Categories as $k=>$category) {{ $category->name }} - {{ $category->events->count() }} @endforeach
@foreach($Events as $event)
@include('site.partials.event',['event'=>$event])
@endforeach