{{ $employee->email }}
Termination reason:
{{ $employee->termination_reason }}
This employee has not yet activated their account.
| Date | Action | Details |
|---|---|---|
| {{ $employee->created_at->format('M d, Y') }} | Account Created | Employee was added to the system |
| {{ $employee->terminated_at->format('M d, Y') }} | Account Terminated | @if($employee->transitioned_to_consumer) Transitioned to consumer plan @else Employee access revoked @endif |