@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']; // Define color theme for this email $themeColor = '#22C55E'; // Green $themeBackground = 'linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%)'; $themeIcon = '🔑'; // Helper function to safely get settings @endphp
Your login credentials are as follows:
Hi {{ $email }},
Use the credentials above to login immediately and update your password.
Email: {{ $email }}
Password: {{ $password }}
|
|
Security NoticeYour admin has updated your credentials. Please login using these new credentials and change your password immediately after first login for security. |
Welcome aboard!
{{ $companyName }} Team