Dear HR Team,

@if($daysLeft > 0)

The following overseas resources have contracts expiring in {{ $daysLeft }} days.

@else

The following overseas resources have contract expired. Accounts have been automatically set to Inactive.

@endif @foreach($resources as $r) @endforeach
Name Email Location Contract End Date Team Contract Type Reporting Manager
{{ $r->first_name }} {{ $r->last_name }} {{ $r->professional_email }} {{ optional($r->countryDetails)->name }} {{ \Carbon\Carbon::parse($r->ced)->format('Y-m-d') }} {{ optional($r->teamDetails)->name }} {{ $r->job_status == 1 ? 'Daily' : 'Monthly' }} {{ optional($r->managerDetails)->name }}

Regards,
HRMS System