diff --git a/app/Http/Controllers/RigaProgettoController.php b/app/Http/Controllers/RigaProgettoController.php new file mode 100644 index 0000000..e58e9a0 --- /dev/null +++ b/app/Http/Controllers/RigaProgettoController.php @@ -0,0 +1,10 @@ +id(); + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + Schema::dropIfExists('riga_progettos'); + } +} diff --git a/resources/views/progetti/dettaglio.blade.php b/resources/views/progetti/dettaglio.blade.php index 07b084a..8467474 100644 --- a/resources/views/progetti/dettaglio.blade.php +++ b/resources/views/progetti/dettaglio.blade.php @@ -93,14 +93,50 @@ - + +
-
-
- - -
-
+
+
+
+ Inserisci riga +
+
+
+
+ @csrf +
+ + + + + +
+
+ + + + + +
+
+ + + + +
+
+ + + + +
+ +
+
+
+
+