From 7a4db2c9b762de09bc80a6d35955977c89ba82f0 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Mon, 17 Sep 2018 15:22:49 -0300 Subject: [PATCH] Fixing addProductForm and item-users responsive views --- resources/views/item/users.blade.php | 42 ++++++++++--------- .../views/product/addProductForm.blade.php | 3 +- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/resources/views/item/users.blade.php b/resources/views/item/users.blade.php index d45b16e..05d30a2 100644 --- a/resources/views/item/users.blade.php +++ b/resources/views/item/users.blade.php @@ -3,35 +3,39 @@ @if (!$loop->first)
@endif - {{ $user->name }} ({{ $user->email}}) -
-
-
- {{ csrf_field() }} - @method('DELETE') - - - +
+
+
+ {{ $user->name }} ({{ $user->email}}) +
+
+ + {{ csrf_field() }} + @method('DELETE') + + + +
-
+ @empty

There are no items yet. Include one with the form above.

@endforelse -
-
-

Add user

-
-
+
+

Add user

+ +
+
{{ csrf_field() }} -
-
+
+
-
+
-
+ @include ('layouts.errors') \ No newline at end of file diff --git a/resources/views/product/addProductForm.blade.php b/resources/views/product/addProductForm.blade.php index 5b870bb..02e10a9 100644 --- a/resources/views/product/addProductForm.blade.php +++ b/resources/views/product/addProductForm.blade.php @@ -7,12 +7,11 @@
-
+
-
@include ('layouts.errors')