{!! ($row->image) ? 'user' : 'user' !!}
{{ ucwords($row->name) }}
{{ ucfirst($row->designation_name) }}
@if($row->clock_in > 0) @else @endif
@if($row->total_clock_in < $maxAttendanceInDay)
@csrf
clock_in_time)) value="{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->clock_in_time)->timezone($global->timezone)->format($global->time_format) }}" @endif>
clock_out_time)) value="{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->clock_out_time)->timezone($global->timezone)->format($global->time_format) }}" @endif>
@if($row->total_clock_in == 0)
late == "yes") checked @endif class="js-switch change-module-setting" data-color="#ed4040" id="late-{{ $row->id }}" />
@endif @if($row->total_clock_in == 0)
half_day == "yes") checked @endif class="js-switch change-module-setting" data-color="#ed4040" id="halfday-{{ $row->id }}" />
@endif
@else
@lang('modules.attendance.maxColckIn')
@endif