@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Dear Sir/Ma'am,
@endcomponent
@component('emails.common.p')
We would like to inform you that there has been a change in the status of one of your team members on the {{ $employeeContractStatus->companyDetails->name }} payroll profile. Below is a summary of the details:
@endcomponent
@component('emails.common.p')
Employee Name: {{ $employeeContractStatus->employeeDetails->first_name }} {{ $employeeContractStatus->employeeDetails->last_name }}
@endcomponent
@component('emails.common.p')
Previous Status: {{ $old_status }}
@endcomponent
@component('emails.common.p')
New Status: {{ $employeeContractStatus->payrollEmpStatus->name }}
@endcomponent
@if($employeeContractStatus->employee_payroll_status_date != null && !empty($hideDate) )
@component('emails.common.p')
Effective Date: {{ $employeeContractStatus->employee_payroll_status_date }}
@endcomponent
@endif
@if($employeeContractStatus->employee_payroll_reason != null)
@component('emails.common.p')
Comments: {{ $employeeContractStatus->employee_payroll_reason }}
@endcomponent
@endif
@component('emails.common.p')
Please ensure that you are aware of this change for proper management of your team.
@endcomponent
@component('emails.common.slogan')
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
@if($franchise) {{ $franchise->company_name }}@endif Payroll Management
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')