Commit 2017660e authored by Marcos Albano's avatar Marcos Albano 💬

merge

parents 151fad0b ce346802
...@@ -10408,4 +10408,21 @@ p .button_agendar { ...@@ -10408,4 +10408,21 @@ p .button_agendar {
.enviarbtn:hover { .enviarbtn:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%); background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
/* ******** PES CPF ****** */
.field-btn-Proxino {
text-align: center;
}
#fielTituloEntrega-1-cpf {
width: 30%;
text-align: center;
}
#btn-pesq2 {
width: 30%;
text-align: center;
} }
\ No newline at end of file
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
@breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []]) @breadcrumb(['page'=>$page,'items'=>$breadcrumb ?? []])
@endbreadcrumb @endbreadcrumb
<<<<<<< HEAD
<p>Selecione o nome da sua mãe</p> <p>Selecione o nome da sua mãe</p>
<fieldset class="fielAgendamentoTitulo"> <fieldset class="fielAgendamentoTitulo">
...@@ -33,6 +34,26 @@ ...@@ -33,6 +34,26 @@
<div class="imaLogosCadastro"> <div class="imaLogosCadastro">
<img src="{!! asset('img/logo-idace.png') !!}"> <img src="{!! asset('img/logo-idace.png') !!}">
</div> </div>
=======
@form(['action'=>route('resultadoPesquisa'), 'method'=>'POST'])
@csrf
<h4>
<p class="text-center"><b>Pesquisa de Títulos</b></p>
</h4>
{{-- <h3 class="titulo">Pesquisa de Títulos</h3> --}}
<form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1">
<input type="text" class="form-control label_cpf" data-mask="000.000.000-00" name="cpf"
placeholder="000.000.000-00">
<br>
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Pesquisar</button>
</div>
</fieldset>
</form>
>>>>>>> ce3468024a10cc0521acdda7b49ef0ce894c389c
@endpage @endpage
......
...@@ -25,12 +25,17 @@ ...@@ -25,12 +25,17 @@
<td>25/01/2021</td> <td>25/01/2021</td>
<td>SEDE DO IDACE</td> <td>SEDE DO IDACE</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<form class="formAgedamentoTitulo">
<fieldset class="fielTituloEntrega">
<div id="fielTituloEntrega-1-cpf">
<button type="submit" class="btn btn-block btn-primary btn_pesquisa">Proxímo</button>
</div>
</fieldset>
</form>
@endpage @endpage
@endsection @endsection
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