Atualizacao
This commit is contained in:
@@ -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>
|
||||
|
||||
1029
resources/views/escolas/turmas_detalhes.blade.php
Normal file
1029
resources/views/escolas/turmas_detalhes.blade.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user