@php use App\Services\CompanyEmailDetails; // Get company details using global helper function $customer_id = $customer_id ?? null; $companyDetails = CompanyEmailDetails::getCompanyEmailDetails($customer_id); // 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']; @endphp
A new required document has been added.
Hi {{ $employee_name ?? 'there' }},
{{ $companyName }} has added a new required document that needs to be uploaded. Please review the details below and submit the document as soon as possible.
| Document Title | {{ $document_title }} |
| Description | {{ $document_description }} |
|
|
Action RequiredPlease upload this required document through the mobile app or portal as soon as possible to maintain your active status. |
Thank you for your cooperation.
{{ $companyName }} Team