@method('PUT') @csrf
@foreach($submission->authors as $author)
{{ $author->users_as_authors->position }} {{ $author->firstname }} {{ $author->lastname }}
@endforeach
@foreach($submission->tags as $tag)
[{{ $tag->language->code }}] {{ $tag->name }}
@endforeach