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

Good day!

You are about to apply as {{ $model->getJob()->getPositionModel()->name }} @if ( $model->getJob()->getPositionItemModel() ) @if(!is_null($model->getJob()->getPositionItemModel()->name)) ({{ $model->getJob()->getPositionItemModel()->name }}) @endif @endif at the {{ $model->getJob()->getDepartmentAttribute()->fullname }}. Refer to Job code {{ $model->getJob()->code }}

Please follow the link to start your application process.

@component('mail::button', ['url' => "https://jobs.vsu.edu.ph/application_page?email=" . $model->email . "&token=" . $model->token, 'color' => 'success']) Application Link @endcomponent

Or click/copy this link: https://jobs.vsu.edu.ph/application_page?email={{ $model->email }}&token={{ $model->token }}

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

Note: Emails may be identified as spams, therefore please check your spam emails.

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