{{trans('eventmanagement.confiirm-list-for')}} post_id}}"> "{{$event->subject}}" {{trans('eventmanagement.event-small')}}

{{date('F j, Y', strtotime($event->starttime))}}
{{$attendingCount}} {{trans('eventmanagement.registered')}} | {{$showedUpCount}} {{trans('eventmanagement.showed-up')}}


@if(count($connections)>0) @foreach($connections as $conntection) @if(!empty($user))
{{$user->fullname}} {!! Theme::section('user.verified', ['user' => $user]) !!} @ {{$user->username}}
showed_up==1) checked="checked" @endif/>
{{trans('eventmanagement.showed-up')}}
@endif @endforeach {!! $connections->appends(request()->except('page'))->render() !!} @else

{{trans('eventmanagement.no-result-found')}}


@endif