feat: implement email notification for internship status updates and add missing student relationship

This commit is contained in:
2025-11-06 11:04:08 +01:00
parent 9a69cf0ab3
commit c030ac8971
5 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
@include("parts.header")
<p>Vážená/ý {{ $studentName }},</p>
<p>stav vašej praxe vo firme {{ $companyName }} bola aktualizovaná zo stavu "{{ $oldStatus }}" na
"{{ $newStatus }}".</p>
<p>Zmenu vykonal <em>{{ $changedByName }}</em>.</p>
<br />
<p>Poznámka: <em>{{ $note }}</em>.</p>
<br />
<p>s pozdravom</p>
<p>Systém ISOP UKF</p>
@include("parts.footer")