{{$attendingCount}} {{trans('eventmanagement.registered')}} | {{$showedUpCount}} {{trans('eventmanagement.showed-up')}}
@if(count($connections)>0)
@foreach($connections as $conntection)
@if(!empty($user))
@endif
@endforeach
{!! $connections->appends(request()->except('page'))->render() !!}
@else
{{trans('eventmanagement.no-result-found')}}
@endif