@if($isAbstract) @else @endif @if(!$isAbstract)@endif @if($isAbstract) @foreach($submitted_abstract as $abstractKey => $abstract) @endforeach @else @foreach($submitted_abstract as $key => $value) @endforeach @endif
{{strtoupper($confInfo->name)}}
{{'THEME: '.strtoupper($confInfo->theme)}}
List of Submitted Abstract by Registered Participant
List of Submitted Proceedings Manuscript
S/N Abstract Title KeywordsFile NameCorresponding Author Corresponding Author Contact All Authors Authors Affiliate
{{$abstractKey + 1}} {{$abstract->abstract_title}} {{$abstract->abstract_keywords}} {{$abstract->user->firstName.' '.$abstract->user->otherName.' '.$abstract->user->lastName}} {{$abstract->user->email.' ; '.$abstract->user->phoneNumber}} {{$abstract->abstract_authors}} {{$abstract->abstract_affiliate}}
{{$key + 1}} {{$value->proceeding_title}} {{$value->proceeding_manuscript}} {{$value->proceeding_keywords}} {{$value->user->firstName.' '.$value->user->otherName.' '.$value->user->lastName}} {{$value->user->email.' ; '.$value->user->phoneNumber}} {{$value->proceeding_authors}} {{$value->proceeding_affiliate}}