{{ trans('general.title.edit', ['type' => trans_choice('general.reconciliations', 1)]) }}

{{ trans_choice('general.transactions', 2) }}

@foreach($transactions as $item) @if ($item->isIncome()) @else @endif @endforeach
{{ 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
@if ($transactions->count())
{{ trans('reconciliations.opening_balance') }}:
{{ trans('reconciliations.closing_balance') }}:
{{ trans('reconciliations.cleared_amount') }}:
{{ trans('general.difference') }}
@endif
@can('update-banking-reconciliations') @endcan