Commit 536ce017 authored by Felipe Tomé's avatar Felipe Tomé

Arrumando css

parent 807716f6
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
</form> </form>
</div> </div>
</div> --}} </div> --}}
<div class="header_listagem"> <div class="header_listagem small-box bg-gradient-success">
@foreach ($documentosPessoa as $documentoPessoa) @foreach ($documentosPessoa as $documentoPessoa)
@foreach ($lotes as $lote) @foreach ($lotes as $lote)
<h1>Dados do detentor</h1> <h1>DADOS DO DETENTOR</h1>
<h2>{{ $lote->proprietario }}</h1> <h2>{{ $lote->proprietario }}</h1>
<h3>CPF:{{ $documentoPessoa->cpf }} </h1> <h3>CPF:{{ $documentoPessoa->cpf }} </h1>
@endforeach @endforeach
......
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