@component('mail::layout') @slot('header') @component('mail::header', ['url' => 'https://jobs.vsu.edu.ph']) VISAYAS STATE UNIVERSITY @endcomponent @endslot @component('mail::panel')

Good day!

@if ($otherModel->type == "INTERVIEW")

Thank you for applying to our published vacant position. We are pleased to inform you that you are in the shortlist for further screening and evaluation.

@elseif ($otherModel->type == "SKILLS TEST")

One of the important assessment criteria for applicants is a skills test. You are therefore scheduled to take a skills test as shown in the details below:

@elseif ($otherModel->type == "DEMO")

One of the assessment criteria of applicants for a Teaching position is a teaching demonstration. You are therefore scheduled for a teaching demonstration.

@endif @if ($otherModel->type == "INTERVIEW")

Interview Details:

@elseif ($otherModel->type == "DEMO")

More details below:

@endif Job Code: {{ $otherModel->recruitment->code }}
Position: {{ $otherModel->recruitment->position->name }}
Date: {{ date('F d, Y',strtotime($otherModel->interview_date)) }}
Time: {{ date('h:i:s A', strtotime($otherModel->interview_time)) }}
Venue: {{ $otherModel->venue }} @if ($otherModel->type == "INTERVIEW")

What to bring during the Interview:

Original copy of the following documents:

@endif

Please confirm your schedule by clicking the button below.

@component('mail::button', ['url' => $host . "schedule_response?email=" . $response->email . "&token=" . $response->token, 'color' => 'primary']) Respond @endcomponent

Or click/copy this link: https://hris.vsu.edu.ph/schedule_response?email={{ $response->email }}&token={{ $response->token }}

Link is valid until {{ $response->expirationText() }}

@if ($otherModel->recruitment->position->type == "Staff")

From: {{ $otherModel->secretary }} (NAPB/APB Secretary)

@else

From: {{ $otherModel->recruitment->department->fullname }}

@endif
@endcomponent @slot('footer') @component('mail::footer') @endcomponent @endslot @endcomponent