feature/editar-bono-pie #24

Merged
aldarien merged 7 commits from feature/editar-bono-pie into develop 2025-04-11 13:34:41 -04:00
Showing only changes of commit 4892d3ea27 - Show all commits

View File

@ -4,7 +4,7 @@
@if ($bonoPie !== null)
<sub>
<a href="{{$urls->base}}/venta/{{$venta->id}}/bono_pie">
<i class="edit button"></i>
<i class="edit icon"></i>
</a>
</sub>
@else