@component('mail::message')
# Hello {{ $user->last_name. " ". $user->first_name }}
Your account ({{ $user->email }}) has been configured on the {{ config('app.mail_company_name') }} Platform.
You can now access your secure account.
Login Details
You can login with the following login credentials:
# Username: {{ $user->email }}
# Password: {{ $password }}
You can login to the following sites:
# E-Directory Portal: {{ $eDirectoryLink }}
@component('mail::button', ['url' => $eDirectoryLink, 'align' => 'left', 'color' => 'error'])
Login To E-Directory Now
@endcomponent
# State Biometric Portal: {{ $bioPortalLink }}
@component('mail::button', ['url' => $bioPortalLink, 'align' => 'left', 'color' => 'error'])
Login To Biometric Now
@endcomponent
Thanks,
{{ config('app.mail_manager_name') }}
{{ config('app.mail_manager_title') }}
@endcomponent