diff --git a/resources/views/common/items/index.blade.php b/resources/views/common/items/index.blade.php
index 52bbe5b4f..f064c5e4a 100644
--- a/resources/views/common/items/index.blade.php
+++ b/resources/views/common/items/index.blade.php
@@ -52,7 +52,7 @@
{{ $item->name }}
-
+ |
{{ $item->category->name }}
|
diff --git a/resources/views/purchases/payments/index.blade.php b/resources/views/purchases/payments/index.blade.php
index cd374692f..bf84a0a6c 100644
--- a/resources/views/purchases/payments/index.blade.php
+++ b/resources/views/purchases/payments/index.blade.php
@@ -77,7 +77,7 @@
@endif
@endif
|
- {{ $item->category->name }} |
+ {{ $item->category->name }} |
{{ $item->account->name }} |
diff --git a/resources/views/sales/revenues/index.blade.php b/resources/views/sales/revenues/index.blade.php
index 377a14164..3f2be78a6 100644
--- a/resources/views/sales/revenues/index.blade.php
+++ b/resources/views/sales/revenues/index.blade.php
@@ -77,7 +77,7 @@
@endif
@endif
|
- {{ $item->category->name }} |
+ {{ $item->category->name }} |
{{ $item->account->name }} |
|