@if($author = $row->author)
  • {{ __("From") }}{{ $author->country }}
  • {{ __("Member since") }}{{ date_format($author->created_at , 'M Y') }}
{{ __("Description") }}
{{ $author->bio }}
@endif