@extends('layouts.app') @section('title', 'Pagamento') @section('content')
| Participar | Nome | Data de Nascimento | Turma | Ações |
|---|---|---|---|---|
| {{ $aluno->nome }} | {{ \Carbon\Carbon::parse($aluno->data_nascimento)->format('d/m/Y') }} | {{ $aluno->turma ?: '-' }} | ||
| {{ $aluno->nome }} | {{ \Carbon\Carbon::parse($aluno->data_nascimento)->format('d/m/Y') }} | {{ $aluno->turma ?: '-' }} |