{{Auth::guard('employee')->user()->fetch_designation->name}}
{{Auth::guard('employee')->user()->fetch_department->name}}
| Date | 01-Jan | |
|---|---|---|
| In Time | @for($i=1; $i<= count($attendance_info); $i++) @if($attendance_info[$i]['in_time'] || $attendance_info[$i]['out_time'] ){{$attendance_info[$i]['in_time'] ? $attendance_info[$i]['in_time']: null}} | @else @if(!empty($attendance_info[$i]['weekend'])) @elseif(!empty($attendance_info[$i]['half_weekend'])) @elseif(!empty($attendance_info[$i]['holiday'])) @else @endif@if(!empty($holiday_td)){{$holiday_td}}@endif | @endif @endfor
| Out Time | @for($i=1; $i<= count($attendance_info); $i++) @if($attendance_info[$i]['in_time'] || $attendance_info[$i]['out_time'] ){{ $attendance_info[$i]['out_time'] ? $attendance_info[$i]['out_time'] : null}} | @else @if(!empty($attendance_info[$i]['weekend'])) @elseif(!empty($attendance_info[$i]['half_weekend'])) @elseif(!empty($attendance_info[$i]['holiday'])) @else @endif@if(!empty($holiday_td)){{$holiday_td}}@endif | @endif @endfor
| Apply Date | Amount | Purpose & Note | Status |
|---|---|---|---|
| {{$lh->application_date}} | {{$lh->amount}} | Purpose: {{$lh->purpose}}
Note: {{$lh->note}} |
Pending |
| Apply Date | Amount | Purpose & Note | Status |
|---|---|---|---|
| {{$lh->application_date}} | {{$lh->amount}} | Purpose: {{$lh->purpose}}
Note: {{$lh->note}} |
Pending |
| Type | Start date | End date | Total Days | Reason | Status |
|---|---|---|---|---|---|
| {{$lh->LeaveType->name}} | {{$lh->start_date}} | {{$lh->end_date}} | {{$lh->leave_count}} | {{$lh->leave_reason}} | Pending |