@php use App\Services\CompanyEmailDetails; $companyDetails = CompanyEmailDetails::getCompanyEmailDetails($customer_id ?? null, $workspace_id ?? null); $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'] ?? trim( ($companyAddress ?? '') . ', ' . ($companyCity ?? '') . ', ' . ($companyState ?? '') . ', ' . ($companyPostCode ?? '') . ', ' . ($companyCountry ?? ''), ); @endphp
This is a test email to verify your email template design.
Hi there,
This is a test email to verify your email template configuration. If you can see this email correctly formatted
with your company's logo and color scheme, your email template is working properly.
| Email Type | Test Email |
| Status | Template Verified |
| Description | |
| This email template uses your company's branding including logo and color scheme. All future emails sent from your account will use this same design template. | |