From e1819586e2ce9583176087b4b2492756c713c85c Mon Sep 17 00:00:00 2001 From: Flavio Barachino Date: Mon, 15 May 2023 17:57:13 +0200 Subject: [PATCH] aggiunto script su rifornimento view --- resources/views/auto/rifornimento.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/auto/rifornimento.blade.php b/resources/views/auto/rifornimento.blade.php index cac6f16..a0ddfd9 100644 --- a/resources/views/auto/rifornimento.blade.php +++ b/resources/views/auto/rifornimento.blade.php @@ -14,7 +14,7 @@
-
+ @csrf
@@ -23,7 +23,7 @@
- +
@@ -56,7 +56,7 @@
- +
@@ -74,6 +74,7 @@ $('#automobili').DataTable({ responsive: true }); + $('#form').validate({rules: {km : {required:true, minlenght:3}}}); }); @endsection