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

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 in {{ $model->getJob()->getDepartmentAttribute()->fullname }}. Refer to Job code {{ $model->getJob()->code }}

It seems that you already have an account on our website. Please use your account to login and apply instead.

If you have forgotten your password, you may just click the button below to reset it.

@component('mail::button', ['url' => $host . "forgot_password", 'color' => 'success']) Forgot Password @endcomponent

Follow the link to start your application process.

@component('mail::button', ['url' => $host . "login?redirect=%2Fdashboard", 'color' => 'success']) Application Login Link @endcomponent

After logging in, click the Open Jobs card in dashboard and you will see the list of jobs available.

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