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

Good day!

We received a request to reset your VSU HRIS password.

Use the button below to reset your password.

@component('mail::button', ['url' => $host . "verify_token?email=" . $model->email . "&reset_token=" . $model->reset_token, 'color' => 'success']) Reset Link @endcomponent

Or click/copy this link: https://hris.vsu.edu.ph/verify_token?email={{ $model->email }}&reset_token={{ $model->reset_token }}

If you did not request this, please ignore this email or let us know at:

MIS Unit

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

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