@if($category == 'paidParticipantLine') @endif @if($category == 'paidParticipantLine') @foreach($confParticipants as $confParticipantKey => $confParticipant) @endforeach @elseif($category == 'unpaidParticipantLine') @foreach($confParticipants as $confParticipantKey => $confParticipant) @endforeach @endif
{{strtoupper($conference->name)}}
{{'THEME: '.strtoupper($conference->theme)}}
{{$category == 'paidParticipantLine' ? 'INTERNET LINE of CONFERENCE Participant That Registered & Paid Online' : 'INTERNET LINE List of CONFERENCE Participant That Registered But Did Not Pay Online'}}
S/N Full Name (Surname First) Email Phone Internet Line Internet Network Provider Affiliate Membership Date RegisteredPayment Ref Trans Status Date Paid
{{++$confParticipantKey}} {{$confParticipant->title .' '. strtoupper($confParticipant->lastName. ' '.$confParticipant->firstName. ' '.$confParticipant->otherName) }} {{$confParticipant->email}} {{$confParticipant->phoneNumber}} {{$confParticipant->phoneNumberForData}} {{$confParticipant->networkProvider}} {{$confParticipant->affliate}} {{$confParticipant->memberID == null ? 'None Member' : $confParticipant->memberID}} {{$confParticipant->created_at->format('j F, Y')}} {{$confParticipant->tranRef}} {{$confParticipant->tranStatus}} {{Carbon::parse($confParticipant->datePaid)->format('j F, Y')}}
{{++$confParticipantKey}} {{$confParticipant->title .' '. strtoupper($confParticipant->lastName. ' '.$confParticipant->firstName. ' '.$confParticipant->otherName) }} {{$confParticipant->email}} {{$confParticipant->phoneNumber}} {{$confParticipant->phoneNumberForData}} {{$confParticipant->networkProvider}} {{$confParticipant->affliate}} {{$confParticipant->memberID == null ? 'None Member' : $confParticipant->memberID}} {{$confParticipant->created_at->format('j F, Y')}}