@if ($author = $post->author)
{{ RvMedia::image($author->avatar_url, 'thumb') }}
{!! __('By :author', [ 'author' => sprintf('%s', $author->name, $author->name) ]) !!}
@endif