diff --git a/resources/views/banking/reconciliations/create.blade.php b/resources/views/banking/reconciliations/create.blade.php index 970284b7d..b08926f4c 100644 --- a/resources/views/banking/reconciliations/create.blade.php +++ b/resources/views/banking/reconciliations/create.blade.php @@ -84,171 +84,167 @@ -
-
- - - - + + + + + {{ trans('general.date') }} + - + + {{ trans('general.description') }} + - + + {{ trans_choice('general.contacts', 1) }} + - + + {{ trans('reconciliations.deposit') }} + - + + {{ trans('reconciliations.withdrawal') }} + - - - + + {{ trans('general.clear') }} + + + - - @foreach($transactions as $item) - - + + @foreach($transactions as $item) + + + + - + + {{ $item->description }} + - + + {{ $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
@if ($transactions->count())