user
{{ ucwords($row->name) }}
{{ ucfirst($row->designation_name) }}
@if($row->clock_in > 0) @else @endif
@if($row->total_clock_in < $maxAttandenceInDay) {!! Form::open(['id'=>'attendance-container-'.$row->id,'class'=>'ajax-form','method'=>'POST']) !!}
clock_in_time)) value="{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->clock_in_time)->timezone($global->timezone)->format('h:i A') }}" @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
clock_out_time)) value="{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $row->clock_out_time)->timezone($global->timezone)->format('h:i A') }}" @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
{!! Form::close() !!} @else
@lang('modules.attendance.maxColckIn')
@endif