coolify/resources/views/emails/scheduled-task-success.blade.php

10 lines
194 B
PHP
Raw Normal View History

2024-12-10 15:12:58 +00:00
<x-emails.layout>
Scheduled task ({{ $task->name }}) completed successfully with the following output:
<pre>
{{ $output }}
</pre>
Click [here]({{ $url }}) to view the task.
</x-emails.layout>