@section('title') {{ mb_strtoupper($titulo ?? null) }} @endsection @include('layout.includes.alerts') {{-- --}}
{{ $titulo ?? null }}
@forelse ($assistidos ? $assistidos->sortBy('nome') : [] as $assistido_item) @empty @endforelse
FOTO NOME GÊNERO IDADE HOBBY SONHO
@if ($assistido_item->url_imagem ?? false) {{ $assistido_item->nome }} @else {{ $assistido_item->nome }} @endif
{{ $assistido_item->nome }} {{ $assistido_item->sobrenome }}
{{ $assistido_item->genero }} {{ calculaIdade($assistido_item->nascimento,'') }} {{ $assistido_item->hobby ? $assistido_item->hobby : '---' }} {{ $assistido_item->sonho ? $assistido_item->sonho : '---' }}
Nenhum assistido