@props(['profile', 'currency_symbol', 'is_save_item', 'user_role', 'address_format' => 'state_country'])
{{ __('general.starting_from') }}

{{ __('general.per_hour_rate', ['rate' => number_format($profile->hourly_rate, 2), 'currency_symbol' => $currency_symbol]) }}

@if(!empty($profile->description)) @php $desc = $profile->description; $short_desc = add3DotsInText($desc, ' ...', 300); @endphp

{!! nl2br($short_desc) !!}

@endif @if( !$profile->skills->isEmpty() )
@endif