{{ $article->category->name }}
@endif{{ $article->title }}
{{ $authors->implode(', ') }}
@if($authorProfile->designation || $authorProfile->affiliation){{ $authorProfile->designation }} @if($authorProfile->designation && $authorProfile->affiliation)|@endif {{ $authorProfile->affiliation }}
@endif @if($issueLabel){{ $issueLabel }}
@endifAuthor Information
-
@foreach($article->coAuthors as $co)
-
{{ $co->full_name }}
@if($co->designation || $co->affiliation){{ trim(($co->designation ?? '').', '.($co->affiliation ?? ''), ' ,') }}
@endif
@endforeach