coolify/resources/views/emails/scheduled-task-failed.blade.php
2024-05-21 15:36:26 +02:00

10 lines
181 B
PHP

<x-emails.layout>
Scheduled task ({{ $task->name }}) was FAILED with the following error:
<pre>
{{ $output }}
</pre>
Click [here]({{ $url }}) to view the task.
</x-emails.layout>