Files
coolify/resources/views/emails/scheduled-task-success.blade.php
2024-12-10 16:12:58 +01:00

10 lines
194 B
PHP

<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>