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

8 lines
194 B
PHP
Raw Normal View History

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