@if( $newAuthor === false)
@if( $dropdown )
    @forelse($authors as $author)
  • @empty @endforelse
@endif
@else
@endif
@if($newAuthor) @endif
@foreach($selectedAuthors as $i => $author)
{{ $author['name'] }}
@if( $author['id'] ) @else @endif @endforeach