@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 {{ $subject }}
@if (!empty($logoPath) && file_exists(public_path($logoPath))) WMS Logo @else

{{ $companyName }}

@endif
Hello, {{ $name }}
Your Password Has Been Reset

Your account password has been reset by an administrator. Please use the new credentials to log in.

Login Credentials

Email: {{ $email }}

New Password: {{ $password }}