@foreach ($adesao->assistidos as $assistido_item)
@if ($assistido_item->url_imagem ?? false)
 }})
@else
 }})
@endif
{{ $assistido_item->nome ?? '---' }}
// {{ convertToAge($assistido_item->nascimento) }}
@if ($assistido_item->hobby ?? false)
Hobby {{ $assistido_item->hobby }}
@endif
@if ($assistido_item->sonho ?? false)
Sonho {{ $assistido_item->sonho }}
@endif