| {{ $slNo++ }} |
{{ date('d-m-Y', strtotime($date)) }} |
{{ ($attendence && $attendence->entryTime && $attendence->entryTime != '00:00:00') ? date('h:i A', strtotime($attendence->entryTime)) : '--' }}
|
{{ ($attendence && $attendence->exitTime && $attendence->exitTime != '00:00:00') ? date('h:i A', strtotime($attendence->exitTime)) : '--' }}
|
{{ ($attendence) ? $attendence->attendenceSource : '' }} |
{{ ($generated_source == 'All') ? $status : '' }} |
{{ ($generated_source == 'All') ? $leaveStatus : '' }} |
@endif
@endforeach