@component('mail::message')

A new evaluation is available

Hello {{ $student_first_name}},

We would like to inform you that a new evaluation has been added for the subject **{{ $subject_title }}**.

Evaluation Details:

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

@endif

Feel 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 @endcomponent

If you have any questions, please contact us.

Best regards,

The {{ config('app.name') }} Team

@endcomponent