@props([
'profile',
'featured' => false,
'currency' => null,
'currencySymbol' => null
])

@if($profile->featured)
Featured
@endif
{{ $profile->name }}
{{ $profile->age }} years
{{ \Illuminate\Support\Str::limit($profile->story, 120) }}
{{ $profile->formatted_raised }} raised
Goal: {{ $profile->formatted_goal }}
@once
@endonce