mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@component('mail::message')
|
||||
{{ trans('email.subscription_overdue_warning_intro', ['name' => $bill->name]) }}
|
||||
|
||||
@foreach($dates['pay_dates'] as $date)
|
||||
- {{ $date }}
|
||||
@endforeach
|
||||
|
||||
{{ trans('email.subscription_overdue_please_action', ['name' => $bill->name]) }}
|
||||
|
||||
@endcomponent
|
Reference in New Issue
Block a user