Created
October 12, 2021 21:01
-
-
Save NandoKstroNet/97be8b7c4256a1420823a83591ef979a to your computer and use it in GitHub Desktop.
Trecho Input Cálculo de Frete com Laravel e Correios da Série do Youtube da Code Experts em https://bit.ly/3hbMqJc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- trecho calculo de frete --> | |
<div class="col-md-12"> | |
<div class="mt-4"> | |
<h4>Calcule o Frete</h4> | |
<form action="" class="form-inline formShipping"> | |
<input | |
placeholder="99999-999" | |
type="text" | |
class="zipcode form-control col-md-6 mr-3"> | |
<button class="btn btn-outline-success buttonShipping">Calcular</button> | |
</form> | |
</div> | |
</div> | |
<!-- trecho calculo de frete --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment