{{ trans_choice('general.reconciliations', 2) }}
@can('create-banking-reconciliations')
{{ trans('general.title.new', ['type' => trans_choice('general.reconciliations', 1)]) }}
@endcan
@if ($reconciliations->count() || request()->get('search', false))
{{ trans('general.period') }}
@foreach($reconciliations as $item)
@if (! $item->reconciled)
@endif
{{ $item->account->name }}
@if ($item->closing_balance)
@else
@endif
@endforeach
@else
@endif