| {{++$wksParticipantKey}} |
{{$wksParticipant->participation_category}} |
{{$wksParticipant->user->title .' '. strtoupper($wksParticipant->user->lastName. ' '.$wksParticipant->user->firstName. ' '.$wksParticipant->user->otherName) }} |
{{$wksParticipant->user->gender}} |
{{$wksParticipant->user->email}} |
{{$wksParticipant->user->phoneNumber}} |
{{$wksParticipant->user->affiliate}} |
{{$wksParticipant->user->memberID == null ? 'None Member' : $wksParticipant->user->memberID}} |
{{$wksParticipant->is_attending_conference ? $wksParticipant->conf_pay_ref : 'NA'}} |
{{$wksParticipant->is_attending_workshop ? $wksParticipant->workshop_pay_ref : 'NA'}} |
{{$wksParticipant->updated_at->format('j F, Y')}} |
@endforeach