lasthourcloud/resources/views/emails/application-status-changes.blade.php

8 lines
205 B
PHP
Raw Normal View History

2023-09-01 13:52:18 +00:00
<x-emails.layout>
2024-01-07 15:23:41 +00:00
{{ $name }} has been stopped.
2023-09-01 13:52:18 +00:00
2024-01-07 15:23:41 +00:00
If it was your intention to stop this application, you can ignore this email.
2023-09-01 13:52:18 +00:00
2024-01-07 15:23:41 +00:00
If not, [check what is going on]({{ $application_url }}).
2023-09-01 13:52:18 +00:00
</x-emails.layout>