{{ trans('general.title.edit', ['type' => trans_choice('general.' . Str::plural($type), 1)]) }} @if (($recurring = $transaction->recurring) && ($next = $recurring->getNextRecurring()))
{{ trans('recurring.recurring') }}

{{ trans('recurring.message', [ 'type' => mb_strtolower(trans_choice('general.transactions', 1)), 'date' => $next->format($date_format) ]) }}

@endif
@if ($transaction->document) @endif @can('update-banking-transactions') @endcan