Commit 15b69545 authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

Criação de botão "salvar PAD"

Apenas front-end
parent f7a40b16
...@@ -17,8 +17,14 @@ ...@@ -17,8 +17,14 @@
@endsection @endsection
@section('body') @section('body')
<div class="mx-2"> <div class="mx-2 d-flex justify-content-between">
<h3 class="h3"> DIMENSÕES </h3> <h3 class="h3"> DIMENSÕES </h3>
<div style="margin-right: 1.2rem">
<a class="btn btn-outline-success btn-m " href="{{ route('edit_perfil') }}">
<i class="bi bi-check-square"></i>
Salvar PAD
</a>
</div>
</div> </div>
<div class="d-flex my-3"> <div class="d-flex my-3">
......
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