@lang('modules.attendance.clock_in')
×
@if ($cannotLogin == false)
{{ now()->timezone(company()->timezone)->translatedFormat(company()->date_format . ' ' . company()->time_format) }}
{{ $shiftAssigned->shift_name }}
@foreach ($location as $locations)
is_default == 1) selected @endif value="{{ $locations->id }}"> {{ $locations->location }}
@endforeach
@lang('modules.attendance.office')
@lang('modules.attendance.home')
@lang('modules.attendance.other')
@else
@lang('messages.clockInNotAllowed')
@endif @if ($attendanceSettings->radius_check == 'yes' || $attendanceSettings->save_current_location) @endif