@if($category == 'paidParticipant' || $category == 'physicalParticipant' || $category == 'virtualParticipant') @endif @if($category == 'physicalParticipant') @foreach($confParticipants as $confParticipantKey => $confParticipant) @endforeach @elseif($category == 'virtualParticipant') @foreach($confParticipants as $confParticipantKey => $confParticipant) @endforeach @elseif($category == 'paidParticipant') @foreach($confParticipants as $confParticipantKey => $confParticipant) @endforeach @elseif($category == 'unpaidParticipant') @foreach($confParticipants as $confParticipantKey => $confParticipant) @endforeach @endif
{{strtoupper($conference->name)}}
{{'THEME: '.strtoupper($conference->theme)}}
@if($category == 'paidParticipant') {{' List of CONFERENCE Participant That Registered & Paid Online'}} @elseif($category == 'unpaidParticipant') {{'List of CONFERENCE Participant That Registered But Did Not Pay Online'}} @elseif($category == 'physicalParticipant') {{'List of CONFERENCE Physical Participant That Registered & Paid Online'}} @elseif($category == 'virtualParticipant') {{'List of CONFERENCE Virtual Participant That Registered & Paid Online'}} @endif
S/N Full Name (Surname First) Gender Email Phone Affiliate Membership Date RegisteredAmount Payment Ref Trans Status Date Paid
{{++$confParticipantKey}} {{$confParticipant->title .' '. strtoupper($confParticipant->lastName. ' '.$confParticipant->firstName. ' '.$confParticipant->otherName) }} {{$confParticipant->gender}} {{$confParticipant->email}} {{$confParticipant->phoneNumber}} {{$confParticipant->affliate}} {{$confParticipant->memberID == null ? 'None Member' : $confParticipant->memberID}} {{$confParticipant->created_at->format('j F, Y')}} {{json_decode($confParticipant->paymentApiResponse)->data->metadata->price}} {{$confParticipant->tranRef}} {{$confParticipant->tranStatus}} {{Carbon::parse($confParticipant->datePaid)->format('j F, Y')}}
{{++$confParticipantKey}} {{$confParticipant->title .' '. strtoupper($confParticipant->lastName. ' '.$confParticipant->firstName. ' '.$confParticipant->otherName) }} {{$confParticipant->gender}} {{$confParticipant->email}} {{$confParticipant->phoneNumber}} {{$confParticipant->affliate}} {{$confParticipant->memberID == null ? 'None Member' : $confParticipant->memberID}} {{$confParticipant->created_at->format('j F, Y')}} {{json_decode($confParticipant->paymentApiResponse)->data->metadata->price}} {{$confParticipant->tranRef}} {{$confParticipant->tranStatus}} {{Carbon::parse($confParticipant->datePaid)->format('j F, Y')}}
{{++$confParticipantKey}} {{$confParticipant->title .' '. strtoupper($confParticipant->lastName. ' '.$confParticipant->firstName. ' '.$confParticipant->otherName) }} {{$confParticipant->gender}} {{$confParticipant->email}} {{$confParticipant->phoneNumber}} {{$confParticipant->affliate}} {{$confParticipant->memberID == null ? 'None Member' : $confParticipant->memberID}} {{$confParticipant->created_at->format('j F, Y')}} {{json_decode($confParticipant->paymentApiResponse)->data->metadata->price}} {{$confParticipant->tranRef}} {{$confParticipant->tranStatus}} {{Carbon::parse($confParticipant->datePaid)->format('j F, Y')}}
{{++$confParticipantKey}} {{$confParticipant->title .' '. strtoupper($confParticipant->lastName. ' '.$confParticipant->firstName. ' '.$confParticipant->otherName) }} {{$confParticipant->gender}} {{$confParticipant->email}} {{$confParticipant->phoneNumber}} {{$confParticipant->affliate}} {{$confParticipant->memberID == null ? 'None Member' : $confParticipant->memberID}} {{$confParticipant->created_at->format('j F, Y')}}