@if ($response->free_subscription == 'yes') {{ __('general.free') }} @endif
{{$response->name}}
{{$response->hide_name == 'yes' ? $response->username : $response->name}} @if ($response->verified_id == 'yes') @endif @if ($response->featured == 'yes') @endif
@if ($response->profession != '') {{ $response->profession }} @elseif (isset($response->country()->country_name) && $response->profession == '') {{ $response->country()->country_name }} @endif

{{ Str::limit($response->story, 100, '...') }}

{{trans('general.go_to_page')}}