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

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

{{ trans('general.date') }} {{ trans('general.description') }} {{ trans_choice('general.contacts', 1) }} {{ trans('reconciliations.deposit') }} {{ trans('reconciliations.withdrawal') }} {{ trans('general.clear') }} @foreach($transactions as $item) {{ $item->description }} {{ $item->contact->name }} @if ($item->isIncome()) @else @endif @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') }}
@endif
@if ($transactions->count())
{{ trans('general.cancel') }} {{ trans('reconciliations.save_draft') }}
{{ trans('reconciliations.reconcile') }}
{{ trans('reconciliations.reconcile') }}
@else
{{ trans('general.no_records') }}
@endif