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