@section('users-widget-random-details')
@if ($user->image) {{ $user->username }} @else {{ $user->username }} @endif
@if ($user->country->icon) {!! HTML::image($user->country->uploadPath().$user->country->icon, $user->country->title) !!} @endif {{ $user->username }}
@show