@if($consultant->consultant_profile->is_incognito_mode) @else @endif {{ ucfirst($consultant->consultant_profile->experience_level) }}
@if($consultant->consultant_profile->is_incognito_mode)

Anonymous Profile

@else

{{ $consultant->present()->name}}

@endif

{{ $consultant->consultant_profile->hourly_rate->country->currency_symbol }} {{ $consultant->consultant_profile->hourly_rate->start_rate_formatted }}@if($consultant->consultant_profile->hourly_rate->end_rate_formatted)-{{ $consultant->consultant_profile->hourly_rate->end_rate_formatted }}@else+@endif / hr

room @if($consultant->locations && $consultant->locations->cities) {{ $consultant->locations->cities->name }} @else - @endif

{{ $consultant->consultant_profile->short_bio }}

@php $moreSkills = []; $i = 1; foreach($consultant->consultant_skills as $skill) { if($i < 4) echo '' .$skill-> name .''; else $moreSkills[] = $skill->name; $i++; } @endphp @if(count($moreSkills)) + {{ count($moreSkills) }} more @endif

View Profile @if($consultant->consultant_profile->is_incognito_mode) Contact @else Contact @endif