@component('mail::message')
Hello {{ $student_first_name}},
We would like to inform you that a new evaluation has been added for the subject **{{ $subject_title }}**.
Evaluation Title: {{ $evaluation->title }}
Type: {{ $evaluation->type }}
@if ($evaluation->type === 'exam')Date: {{ $evaluation->date }}
Start Time: {{ $evaluation->start_time }}
End Time: {{ $evaluation->end_time }}
@elseif ($evaluation->type === 'project')Deadline: {{ $evaluation->date }}
End Time: {{ $evaluation->end_time }}
@endifFeel free to log in to your account to view more details and access your new resources.
@component('mail::button', ['url' => env('APP_URL').'/login']) Log in to Your Account @endcomponentIf you have any questions, please contact us.
Best regards,