@if($category == 'paidParticipant') @endif @if($category == 'paidParticipant') @foreach($wksParticipants as $wksParticipantKey => $wksParticipant) @endforeach @elseif($category == 'unpaidParticipant') @foreach($wksParticipants as $wksParticipantKey => $wksParticipant) @endforeach @endif
{{strtoupper($wksInfo->confName)}}
{{'WORKSHOP THEME: '.strtoupper($wksInfo->workshopTheme)}}
{{$category == 'paidParticipant' ? 'List of WORKSHOP Participant That Registered & Paid Online' : 'List of WORKSHOP Participant That Registered But Did Not Pay Online'}}
S/N Full Name (Surname First) Gender Email Phone Affiliate Membership Date RegisteredPayment Ref Date Paid
{{++$wksParticipantKey}} {{$wksParticipant->title .' '. strtoupper($wksParticipant->lastName. ' '.$wksParticipant->firstName. ' '.$wksParticipant->otherName) }} {{$wksParticipant->gender}} {{$wksParticipant->email}} {{$wksParticipant->phoneNumber}} {{$wksParticipant->affliate}} {{$wksParticipant->memberID == null ? 'None Member' : $wksParticipant->memberID}} {{$wksParticipant->created_at->format('j F, Y')}} {{$wksParticipant->tranRef != NULL ? "PAID" : "YET TO PAY"}} {{$wksParticipant->tranStatus}} {{$wksParticipant->updated_at->format('j F, Y')}}
{{++$wksParticipantKey}} {{$wksParticipant->title .' '. strtoupper($wksParticipant->lastName. ' '.$wksParticipant->firstName. ' '.$wksParticipant->otherName) }} {{$wksParticipant->gender}} {{$wksParticipant->email}} {{$wksParticipant->phoneNumber}} {{$wksParticipant->affliate}} {{$wksParticipant->memberID == null ? 'None Member' : $wksParticipant->memberID}} {{$wksParticipant->created_at->format('j F, Y')}}