Prévus pour aujourd'hui:
@if(count($today)) @if(count($today) == 1)
Vous avez un évènement aujourd'hui
@else
Vous avez {{count($today)}} évènements aujourd'hui
@endif @include('dashboard.profile.today',$today) @else Vous n'avez pas d'évènements prévus pour aujourd'hui. @endif
@if(count($tomorrow)) @if(count($tomorrow) == 1) Vous avez aussi un évènement demain... @else Vous avez aussi {{count($tomorrow)}} évènements demain... @endif @else Vous n'avez pas d'évènements prévus pour demain. @endif
Evènements à venir
@include('dashboard.tables.notifications',$events)