Atualizacao

This commit is contained in:
2026-02-15 18:08:56 +00:00
parent 527ca26c15
commit 7136d3e061
17 changed files with 1780 additions and 42 deletions

View File

@@ -25,7 +25,7 @@
<tbody>
@foreach ($turmas as $turma)
<tr>
<th scope="row">{{ $turma->id }}</th>
<th scope="row"><a href="{{ route('turmas.detalhes', $turma->id) }}">{{ $turma->id }}</a></th>
<td>{{ $turma->escola->nome }}</td>
<td>{{ $turma->nome }}</td>
<td>{{ $turma->descricao }}</td>

File diff suppressed because it is too large Load Diff