btn-cancel.blade.php 106 Bytes
<a class="btn btn-secondary" href="{{$route}}">
    <i class="bi bi-x-square-fill"></i>
    Cancelar
</a>