diff --git a/resources/views/banking/reconciliations/edit.blade.php b/resources/views/banking/reconciliations/edit.blade.php index e068f7a98..bbc721ab6 100644 --- a/resources/views/banking/reconciliations/edit.blade.php +++ b/resources/views/banking/reconciliations/edit.blade.php @@ -18,172 +18,168 @@ -
-
- - - - + + + + - + - + + {{ trans_choice('general.contacts', 1) }} + - + - + + {{ trans('reconciliations.withdrawal') }} + - - - + + {{ trans('general.clear') }} + + + - - @foreach($transactions as $item) - - + + @foreach($transactions as $item) + + - + - + + {{ $item->contact->name }} + - @if ($item->isIncome()) - + @if ($item->isIncome()) + + + - - @else - + + + + @else + + + - - @endif + + + + @endif - + + +
- {{ trans('general.date') }} - - {{ trans('general.description') }} - - {{ trans_choice('general.contacts', 1) }} - - {{ trans('reconciliations.deposit') }} - - {{ trans('reconciliations.withdrawal') }} - - {{ trans('general.clear') }} -
- - - {{ $item->description }} - - {{ $item->contact->name }} - - - - - - - - - - @php $type = $item->isIncome() ? 'income' : 'expense'; @endphp + + @php $type = $item->isIncome() ? 'income' : 'expense'; @endphp - + + + @endforeach + + + + @if ($transactions->count()) + + + + + + + + + + + + + + + + + + + + + + + + - - @endforeach - -
+ {{ trans('reconciliations.opening_balance') }}: + + + + +
+ {{ trans('reconciliations.closing_balance') }}: + + +
+ {{ trans('reconciliations.cleared_amount') }}: + + +
+ + {{ trans('general.difference') }} + + +
+ -
- - @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