| Job Duration (Full Calendar Month) |
{{ ($earnedLeaveInfo->totalJobDurtaionMonth != 0) ? $earnedLeaveInfo->totalJobDurtaionMonth.' Months' : '-' }} |
{{ ($earnedLeaveInfo->totalJobDurtaionMonth != 0) ? $earnedLeaveInfo->totalJobDurtaionMonth : '-' }} |
| Without Pay Leave |
{{ ($earnedLeaveInfo->totalWithoutPayLeave != 0) ? $earnedLeaveInfo->totalWithoutPayLeave.' Days' : '-' }} |
{{ ($earnedLeaveInfo->totalActualWithoutPayLeave != 0) ? $earnedLeaveInfo->totalActualWithoutPayLeave : '-' }} |
| Consumed Leave |
{{ ($earnedLeaveInfo->totalConsumedLeave != 0) ? $earnedLeaveInfo->totalConsumedLeave.' Days' : '-' }} |
{{ ($earnedLeaveInfo->totalConsumedLeave != 0) ? $earnedLeaveInfo->totalConsumedLeave : '-' }} |
| Remaining Leave |
{{ ($earnedLeaveInfo->totalRemainingLeave != 0) ? $earnedLeaveInfo->totalRemainingLeave : '-' }} |