# | Aluno(a) | RG | Data Nascimento | Telefone | Celular | Cidade/UF | Situação | Status |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $item->student->full_name_with_document }} | {{ $item->student->rg }} | {{ date('d/m/Y', strtotime($item->student->birth_date)) }} | {{ $item->student->phone_number }} | {{ $item->student->cell_phone }} | {{ $item->student->cityWithState() }} | {{ $item->situation }} | {{ $item->status }} |