{{----------------------------------------------------- ** Author.Index -----------------------------------------------------}} @extends('layouts.' . $theme, [ 'model' => $model, 'name' => 'authors-index', 'current' => 'authors-index' ]) @section('header') Auteurs @endsection @section('contents') Auteurs du dernier numéro @forelse ($content->last_issue_authors as $aut) {{ $aut['full_name'] }} @include('websites.includes.showAffiliationInList', ['data_aff'=>$aut['affiliations']]) @empty Aucun auteur pour l'instant. @endforelse Tous les auteurs @forelse ($content->journal_authors as $author) {{-- Afficher par pages de 18 ? --}} {{ $author['full_name'] }} @include('websites.includes.showAffiliationInList', ['data_aff'=>$author['affiliations']]) @empty Aucun auteur pour l'instant. @endforelse @endsection
Aucun auteur pour l'instant.