@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 $fullDescription = $profile->description; $shortDescription = Str::limit(strip_tags($fullDescription), 300, '...'); @endphp

{!! nl2br($shortDescription) !!}

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