@foreach($wksInfo as $wksParticipantKey => $wksParticipant) @endforeach
{{strtoupper($wksInfo->first()->conference_name)}}
{{'WORKSHOP THEME: '.strtoupper($wksInfo->first()->conference->workshop_theme)}}
{{$category == 'workshop' ? 'List of WORKSHOP ONLY Participant' : ''}} {{$category == 'conference' ? 'List of CONFERENCE ONLY Participant' : ''}} {{$category == 'conference_and_workshop' ? 'List of CONFERENCE AND WORKSHOP Participant': ''}}
S/N Category Full Name (Surname First) Gender Email Phone Affiliate Membership Conference Payment Ref Workshop Payment Ref Date Registered
{{++$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')}}