From 9bd14a38309cdc0081d7c5a61d626c4dd5ab082a Mon Sep 17 00:00:00 2001 From: Flavio Barachino Date: Fri, 19 May 2023 16:30:56 +0200 Subject: [PATCH] Popup modale per inserimento nuovo Tag --- resources/views/conti/tags/list.blade.php | 42 ++++++++++++++++------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/resources/views/conti/tags/list.blade.php b/resources/views/conti/tags/list.blade.php index 7fc5496..ad4ed9b 100644 --- a/resources/views/conti/tags/list.blade.php +++ b/resources/views/conti/tags/list.blade.php @@ -6,14 +6,7 @@
-
- @csrf -
- -
- -
+
@@ -67,11 +60,30 @@ + + + - - -@endsection @section('script') - -@endsection + @endsection \ No newline at end of file