芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/dashboard/employee/clock_in_modal.blade.php
@lang('modules.attendance.clock_in')
×
@if ($cannotLogin == false)
{{ now()->timezone(company()->timezone)->format(company()->date_format . ' ' . company()->time_format) }}
{{ $shiftAssigned->shift_name }}
@foreach ($location as $locations)
is_default == 1) selected @endif value="{{ $locations->id }}"> {{ mb_ucwords($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