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')