@csrf
@foreach($defined_authors as $author_id => $author)
{{ $author['position'] }} {{ $author['firstname'] }} {{ $author['lastname'] }}
@endforeach
[fr] Test