@props([ 'profile', 'featured' => false, 'currency' => null, 'currencySymbol' => null, 'showCategory' => true ])
{{ \Illuminate\Support\Str::limit($profile->story, 120) }}
@if($profile->needs && is_object($profile->needs) && method_exists($profile->needs, 'count') && $profile->needs->count() > 0)