@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
🔐 Security Notice: Your admin has updated your credentials. Please login using these new credentials and change your password immediately after first login for security.
Email: {{ $email }}
Password: {{ $password }}
Important: Use the credentials above to login immediately and update your password.
@if (env('APP_LINK_APPSTORE') || env('APP_LINK_APPSTORE_Apple'))
@endif
@if (env('APP_LINK_APPSTORE_Apple'))
|
|
Download on the
App Store
|
Welcome aboard!
{{ $companyName }} Team