@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => 'https://hris.vsu.edu.ph']) VISAYAS STATE UNIVERSITY @endcomponent @endslot {{-- Body --}} @component('mail::panel')
Good day!
Your account has been successfully created in the VSU HRIS system.
To activate your account and set your password, please use the button below:
@component('mail::button', ['url' => $host . "verify_token?email=" . $model->email . "&reset_token=" . $model->reset_token, 'color' => 'success']) Set Your Password @endcomponentOr click/copy this link: https://hris.vsu.edu.ph/verify_token?email={{ $model->email }}&reset_token={{ $model->reset_token }}
This link is valid until {{ $model->expirationText() }}.
If you did not expect this account creation, please ignore this email or contact us immediately:
MIS Unit