Files
coolify/resources/views/emails/docker-cleanup-success.blade.php
2024-12-11 10:50:10 +01:00

10 lines
133 B
PHP

<x-emails.layout>
Docker Cleanup on {{ $name }} succeeded with the following message:
<pre>
{{ $text }}
</pre>
</x-emails.layout>