@php use App\Services\CompanyEmailDetails; $customer_id = $customer_id ?? null; $companyDetails = CompanyEmailDetails::getCompanyEmailDetails($customer_id); // Extract variables for easier use in template $logoPath = $companyDetails['logoPath']; $companyName = $companyDetails['companyName']; $companyAddress = $companyDetails['companyAddress']; $companyCity = $companyDetails['companyCity']; $companyState = $companyDetails['companyState']; $companyPostCode = $companyDetails['companyPostCode']; $companyCountry = $companyDetails['companyCountry']; $companyPhone = $companyDetails['companyPhone']; $companyEmail = $companyDetails['companyEmail']; $fullAddress = $companyDetails['companyAddressFull']; @endphp
You have been invited to join the {{ $companyName }} team
Hi,
You have been invited to join {{ $companyName }} as an employee. We've created an account for you
with the following credentials:
Email: {{ $email }}
Password: {{ $password }}
|
|
Security NoticeFor security reasons, we recommend changing your password after your first login. Keep your credentials secure and do not share them with others. |
If you have any questions about your account or need assistance, please contact your administrator or
our support team for help.
Welcome aboard!
{{ $companyName }} Team