@php use App\Services\CompanyEmailDetails; $companyDetails = CompanyEmailDetails::getCompanyEmailDetails($customer_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
The status of your assigned task has been updated.
Hi {{ $assignee_name }},
The status of your assigned task has been updated. See the details below:
| Task Title | {{ $task_title }} |
| Previous Status | {{ $old_status_label }} |
| New Status | {{ $new_status_label }} |
| Completion Description | |
| {{ $completion_description }} | |
| Reject Reason | |
| {{ $reject_reason }} | |
| Priority | {{ $task_priority }} |
| Due Date | {{ $task_due_date }} |
| Project | {{ $project_name }} |
| Site | {{ $site_name }} |
| Description | |
| {{ $task_description ?? "" }} | |