@foreach($authors as $author)
{{$author->name}} profile image

{{ $author->name }}

{{$author->role}}

{{$author->bio}}

@if(!$loop->last)
@endif @endforeach