aggiunto pulsante di cancellazione alla riga di progetto

This commit is contained in:
Amministratore 2023-05-11 10:28:47 +02:00
parent 10d5766975
commit 92276adb8a

View File

@ -138,6 +138,7 @@
<th>Descrizione</th>
<th>Ore lavoro</th>
<th>Costo</th>
<th>Azioni</th>
</tr>
</thead>
<tbody>
@ -148,6 +149,7 @@
<td>{{ $riga->descrizione }}</td>
<td>{{ $riga->ore }}</td>
<td>{{ $riga->prezzo }}</td>
<td><a href="#{{ $riga->id }}" class="btn btn-danger">X</a></td>
</tr>
@else
<tr>