diff --git a/resources/views/productos/create.blade.php b/resources/views/productos/create.blade.php index 97aae25..0a333ff 100644 --- a/resources/views/productos/create.blade.php +++ b/resources/views/productos/create.blade.php @@ -1,61 +1,4 @@ -{{-- - -
-
- @csrf - - - -
- - -
-
- - -
-
- - -
-
- - -
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
- - - Volver - -
- -
- -
--}} - - + @@ -65,22 +8,22 @@ @csrf -
+
-
+
-
+
-
+
-
+
Cancelar
diff --git a/resources/views/productos/edit.blade.php b/resources/views/productos/edit.blade.php index fc58a00..afc80e7 100644 --- a/resources/views/productos/edit.blade.php +++ b/resources/views/productos/edit.blade.php @@ -1,4 +1,4 @@ - +{{-- Lauck - Editar Editar - {{$product->nombre}} @@ -53,4 +53,66 @@
- \ No newline at end of file + --}} + + + +
+
+ @csrf + @method('PUT') +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+ Cancelar + +
+
+
+
\ No newline at end of file diff --git a/resources/views/productos/index.blade.php b/resources/views/productos/index.blade.php index 29bfe4b..1eed7ef 100644 --- a/resources/views/productos/index.blade.php +++ b/resources/views/productos/index.blade.php @@ -1,49 +1,4 @@ -{{-- - Lauck - Home - Productos - Productos - -
- - Agregar Producto - -
- - - - - - - - - - - - - - @foreach ($products as $prod) - - - - - - - - - - @endforeach - -
NombreMarcaModeloRodadoColorTipoPrecio
- {{ $prod->name }} - {{ $prod->marca }}{{ $prod->modelo }}{{ $prod->rodado }}{{ $prod->color }}{{ $prod->tipo }}{{ $prod->precio }}
-
- - {{$products->links()}} -
- -
--}} - - + diff --git a/resources/views/productos/show.blade.php b/resources/views/productos/show.blade.php index 5c666b2..32ac6c8 100644 --- a/resources/views/productos/show.blade.php +++ b/resources/views/productos/show.blade.php @@ -1,7 +1,7 @@ - + - +