@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 account password has been reset by an administrator. Please use the new credentials to log in.
Email: {{ $email }}
New Password: {{ $password }}
For your security, we recommend changing this password after logging in to something you can easily remember.
Login to Your AccountIf you did not request this password reset, please contact our support team immediately.
Thank you,
{{ $companyName }} Team