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

Good day!

Schedule Details:

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

We would like to inform you that your schedule for {{ $otherModel->type }} has been postponed. Please wait for further updates.

@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