Hello {{ $user->first_name }}, @if($user->is_patient === 1)
You have been registered to the H3A platform as a patient. Please log in using the details below to activate your account.
Username: {{ $user->email }}
Password: {{ $user->passwordString }}
Login using this link @endif @if($user->is_admin === 1)You have been registered to the H3A platform as an admin. Please log in using the details below to activate your account.
Password: {{ $user->passwordString }}
Login using this link @endif @if($user->is_physician === 1)You have been registered to the H3A platform as an anesthesiologist. Please log in using the details below to activate your account.
Username: {{ $user->email }}
Password: {{ $user->passwordString }}
Login using this link @endif @if($user->is_surgeon === 1)You have been registered to the H3A platform as a surgeon. Please log in using the details below to activate your account.
Username: {{ $user->email }}
Password: {{ $user->passwordString }}
Login using this link @endif @if($user->is_biller === 1)You have been registered to the H3A platform as a biller. Please log in using the details below to activate your account.
Username: {{ $user->email }}
Password: {{ $user->passwordString }}
Login using this link @endif Thank You,