@foreach($authors as $author)
{{ $author->name }}
{{$author->role}}
{{$author->bio}}
@if(!$loop->last)
@endif @endforeach