@props([ 'profile', 'relatedProfiles' => [], 'currency' => null, 'currencySymbol' => null ])
{{ \Illuminate\Support\Str::limit($profile->story, 250) }} @if(strlen($profile->story) > 250) Read more @endif
{{ $profile->story }}