-
-
-
-
- {{ trans('general.date') }}
- |
+
+
+
+
+ {{ trans('general.date') }}
+
-
- {{ trans('general.description') }}
- |
+
+ {{ trans('general.description') }}
+
-
- {{ trans_choice('general.contacts', 1) }}
- |
+
+ {{ trans_choice('general.contacts', 1) }}
+
-
- {{ trans('reconciliations.deposit') }}
- |
+
+ {{ trans('reconciliations.deposit') }}
+
-
- {{ trans('reconciliations.withdrawal') }}
- |
+
+ {{ trans('reconciliations.withdrawal') }}
+
-
- {{ trans('general.clear') }}
- |
-
-
+
+ {{ trans('general.clear') }}
+
+
+
-
- @foreach($transactions as $item)
-
-
-
- |
+
+ @foreach($transactions as $item)
+
+
+
+
-
- {{ $item->description }}
- |
+
+ {{ $item->description }}
+
-
- {{ $item->contact->name }}
- |
+
+ {{ $item->contact->name }}
+
- @if ($item->isIncome())
-
-
- |
+ @if ($item->isIncome())
+
+
+
-
-
- |
- @else
-
-
- |
+
+
+
+ @else
+
+
+
-
-
- |
- @endif
+
+
+
+ @endif
-
- @php $type = $item->isIncome() ? 'income' : 'expense'; @endphp
+
+ @php $type = $item->isIncome() ? 'income' : 'expense'; @endphp
-
+
+
+ @endforeach
+
+
+
+ @if ($transactions->count())
+
+
+
+
+ {{ trans('reconciliations.opening_balance') }}:
+ |
+
+
+
+
+
+ |
+
+
+
+
+ {{ trans('reconciliations.closing_balance') }}:
+ |
+
+
+
+ |
+
+
+
+
+ {{ trans('reconciliations.cleared_amount') }}:
+ |
+
+
+
+ |
+
+
+
+
+
+ {{ trans('general.difference') }}
+
+ |
+
+
+
+
- |
-
- @endforeach
-
-
-
- @if ($transactions->count())
-
-
-
-
- {{ trans('reconciliations.opening_balance') }}:
- |
-
-
-
-
-
- |
-
-
-
-
- {{ trans('reconciliations.closing_balance') }}:
- |
-
-
-
- |
-
-
-
-
- {{ trans('reconciliations.cleared_amount') }}:
- |
-
-
-
- |
-
-
-
-
-
- {{ trans('general.difference') }}
-
- |
-
-
-
-
-
- |
-
-
-
- @endif
-
-
+
+ |
+
+
+
+ @endif
@can('update-banking-reconciliations')
diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php
index afb0e7526..f04e0cfb3 100644
--- a/resources/views/modules/item/show.blade.php
+++ b/resources/views/modules/item/show.blade.php
@@ -146,14 +146,12 @@
id="features"
name="{{ trans('modules.tab.features') }}"
active
- class="relative px-8 text-sm text-black text-center pb-2 cursor-pointer transition-all border-b tabs-link"
/>
@else
@endif
@@ -163,7 +161,6 @@
@endif
@@ -173,7 +170,6 @@
@endif
@@ -183,7 +179,6 @@
@endif
@@ -193,7 +188,6 @@
@endif
@@ -203,7 +197,6 @@
@endif