@lang('app.menu.attendance') @if($type == 'edit') @lang('app.details') @else @lang('app.mark') @endif

@if($clock_in > 0) @else @endif
@if($total_clock_in < $maxAttendanceInDay)
@csrf @if($type == 'edit') @endif
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>
@if($row->total_clock_in == 0)
late == "yes") checked @endif class="js-switch change-module-setting" data-color="#ed4040" id="late" />
@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)
half_day == "yes") checked @endif class="js-switch change-module-setting" data-color="#ed4040" id="halfday" />
@endif
@else
@lang('modules.attendance.maxColckIn')
@endif