Leave Lists
S.N | Employee Name | Leave Type | Start Date | End Date | Status | Action |
---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ optional($leave->employee)->full_name }} |
{{ optional($leave->leaveType)->name }}{{ $leave->getDuration() }} |
{{ $leave->start_date }} | {{ $leave->end_date }} | {!! $leave->status_name['status'] !!} | |
No Leave Found |