{{ trans_choice('general.transactions', 2) }}
@can('create-banking-transactions')
{{ trans('general.title.new', ['type' => trans_choice('general.incomes', 1)]) }}
{{ trans('general.title.new', ['type' => trans_choice('general.expenses', 1)]) }}
@endcan
more_horiz
@can('create-banking-transactions')
{{ trans('import.import') }}
@endcan
{{ trans('general.export') }}
@if ($transactions->count() || request()->get('search', false))
@foreach($transactions as $item)
{{ $item->number }}
{{ $item->type_title }}
{{ $item->account->name }}
{{ $item->contact->name }}
@if ($item->document)
@else
@endif
@endforeach
@else
@endif