@stack('recurring_message_start') @if (($recurring = $transaction->recurring) && ($next = $recurring->getNextRecurring()))
{{ trans('recurring.message', [ 'type' => mb_strtolower(trans_choice($textRecurringType, 1)), 'date' => $next->format($date_format) ]) }}
@stack('recurring_message_body_end'){!! trans('recurring.message_parent', [ 'type' => mb_strtolower(trans_choice($textRecurringType, 1)), 'link' => '' . trans_choice($textRecurringType, 1) . '#' . $transaction->parent->id . '' ]) !!}
@stack('recurring_parent_message_body_end')