@php use App\Services\CompanyEmailDetails; $companyDetails = CompanyEmailDetails::getCompanyEmailDetails(); // 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
🎉 Welcome to {{ $companyName }}
You have been invited to join {{ $companyName }} as an employee. We've created an account for you with the following credentials:
@endif
@if (env('APP_LINK_APPSTORE_Apple'))
|
|
Download on the
App Store
|
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