lasthourcloud/resources/views/emails/backup-failed.blade.php

8 lines
194 B
PHP
Raw Normal View History

2023-09-01 13:52:18 +00:00
<x-emails.layout>
2024-04-28 09:17:20 +00:00
Database backup for {{ $name }} @if($database_name)(db:{{ $database_name }})@endif with frequency of {{ $frequency }} was FAILED.
2023-09-01 13:52:18 +00:00
2024-01-07 15:23:41 +00:00
### Reason
2023-09-01 13:52:18 +00:00
2024-01-07 15:23:41 +00:00
{{ $output }}
2023-09-01 13:52:18 +00:00
</x-emails.layout>