{{ @trans('consultant.skills') }}

@if(!blank($consultantSkills))
    @foreach($consultantSkills as $consultantCat => $consultantSkill)
  • {{ $consultantCat }}

    @foreach($consultantSkill as $skill)

    {{ $skill->name }}

    @endforeach
  • @endforeach
@else - @endif

Consultant Tools

@if(!blank($tools))
    @foreach($tools as $category => $toolDetails)
  • {{ $category }}

    @foreach($toolDetails as $tool)@if($loop->iteration != 1),@endif {{ $tool->name }}@endforeach
  • @endforeach
@else - @endif

{{ @trans('consultant.more_information') }}

@if($consultant->consultant_profile->experience_level)

{{ ucfirst($consultant->consultant_profile->experience_level) }}

@else - @endif
@if($consultant->consultant_profile->hourly_rate)

{{ $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

@else - @endif
@if($consultant->consultant_profile->daily_rate)

{{ $consultant->consultant_profile->daily_rate }}

@else - @endif
@if($consultant->consultant_profile->consultant_type)

{{ $consultant->consultant_profile->consultant_type }}

@else - @endif
@if($consultant->consultant_profile->can_invoice)

@if($consultant->consultant_profile->can_invoice) Yes @else No @endif

@else - @endif
@if($consultant->consultant_profile->availability)

{{ $consultant->consultant_profile->availability }}

@else - @endif

{{ @trans('consultant.features') }}

@if($consultant->consultant_profile->is_incognito_mode)

@if($consultant->consultant_profile->is_incognito_mode) Yes @else No @endif

@else - @endif