@props([ 'profile', 'featured' => false, 'currency' => null, 'currencySymbol' => null ])
{{ $profile->name }}, {{ $profile->age }} years old from {{ $profile->location }} @if($profile->featured)
Featured
@endif

{{ $profile->name }}

{{ $profile->age }} years
{{ $profile->location }}

{{ \Illuminate\Support\Str::limit($profile->story, 120) }}

{{ $profile->progress_percentage }}%
{{ $profile->formatted_raised }} raised Goal: {{ $profile->formatted_goal }}
@once @endonce