Commit 807716f6 authored by Felipe Tomé's avatar Felipe Tomé

Adicionando titulo na listagem

parent 15a1ec1c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -15,7 +15,17 @@
</form>
</div>
</div> --}}
<div class="header_listagem">
@foreach ($documentosPessoa as $documentoPessoa)
@foreach ($lotes as $lote)
<h1>Dados do detentor</h1>
<h2>{{ $lote->proprietario }}</h1>
<h3>CPF:{{ $documentoPessoa->cpf }} </h1>
@endforeach
@endforeach
</div>
<!-- <h1></h1> -->
<div class="card card-outline card-success">
<div class="card-header">
<h3 class="card-title"><b>Listagem dos Títulos</b></h3>
......@@ -55,6 +65,7 @@
@endforeach
</tbody>
</table>
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Agendar</button>
</div>
<div class="card-footer">
{{-- {!! $titulos->appends($filters)->links() !!} --}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment