ajout des cotroleur avec template pour les entitys

This commit is contained in:
LouLocatex
2025-01-09 09:31:51 +04:00
parent 8cbe57bd31
commit 55c07b65ca
32 changed files with 864 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<form method="post" action="{{ path('app_plat_delete', {'id': plat.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ plat.id) }}">
<button class="btn">Delete</button>
</form>