{{ __('Author') }}: {{ $author->getFullName() }}

{!! BaseHelper::clean($author->description) !!}


{{ __('Posts by :name', ['name' => $author->getFullName()]) }}:

@if ($posts->count() > 0)
@if ($posts->count() > 0)
{!! $posts->links() !!}
@endif @else

{{ __('No posts found!') }}

@endif