@foreach($abstracts as $abstractKey => $abstract) @php $authours = ''; if(array_key_exists($abstract->abstractId, $authors)){ foreach($authors[$abstract->abstractId] as $authorKey => $author){ if($authours != ''){ $authours = $authours.', '.$author['conferencePaperAuthourName']; }else{ $authours = $author['conferencePaperAuthourName']; } } } @endphp @endforeach
{{strtoupper($confInfo->name)}}
{{'THEME: '.strtoupper($confInfo->theme)}}
{{ $category == 'paidParticipant' ? 'List of Submitted Abstract by Participant That Paid Online' : 'List of Submitted Abstract by Participant That Did Not Pay Online' }}
S/N Abstract Title Keywords Authors Submitted By Email Phone Affiliate Member ID Date Submitted
{{++$abstractKey}} {{$abstract->abstractTitle}} {{$abstract->keywords}} {{$authours}} {{$abstract->title .' '. strtoupper($abstract->lastName. ' '.$abstract->firstName. ' '.$abstract->otherName) }} {{$abstract->email}} {{$abstract->phoneNumber}} {{$abstract->affliate}} {{$abstract->memberID == null ? 'None Member' : $abstract->memberID}} {{$abstract->created_at->format('j F, Y')}}