🚧 Ajoute la suppression
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<a href="<?php echo route('deals.view', ['type' => $type, 'id' => $deal->getId()]); ?>">Voir</a>
|
||||
<a href="<?php echo route('deals.delete', ['type' => $type, 'id' => $deal->getId()]); ?>">Supprimer</a>
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach</tbody>
|
||||
|
Reference in New Issue
Block a user