issue fixed using helper method #1v0u2zu

This commit is contained in:
Sevan Nerse 2021-11-25 13:38:26 +03:00
parent 916d2a15e3
commit 333233b32d

View File

@ -12,7 +12,7 @@
@stack('recurring_message_body_start')
<p class="text-sm lh-160 mb-0">{{ trans('recurring.message', [
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
'date' => $next->format($date_format)
'date' => $next->format(company_date_format())
]) }}
</p>
@stack('recurring_message_body_end')