芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/attendances/ajax/edit.blade.php
@php $editAttendancePermission = user()->permission('add_attendance'); $deleteAttendancePermission = user()->permission('delete_attendance'); @endphp
@if ($type == 'edit') @lang('app.menu.attendance') @lang('app.details') @else @lang('app.mark') @lang('app.menu.attendance') @endif
×
{{ __('app.date').' - '.\Carbon\Carbon::parse($date)->format(company()->date_format) }}
{{ $attendanceSettings->shift_name }}
@if ($total_clock_in < $maxAttendanceInDay || $type == 'edit')
@if ($type == 'edit') @method('PUT') @endif
@if ($row->total_clock_in == 0)
@elseif ($row->late == 'yes')
@lang('modules.attendance.late')
@endif
@if ($row->total_clock_in == 0)
@elseif ($row->half_day == 'yes')
@lang('app.halfday')
@endif
@foreach ($location as $locations)
location_id == $locations->id) || (is_null($row->location_id) && $locations->is_default == 1)) selected @endif value="{{ $locations->id }}"> {{ mb_ucwords($locations->location) }}
@endforeach
work_from_type == 'office') selected @endif value="office">@lang('modules.attendance.office')
work_from_type == 'home') selected @endif value="home">@lang('modules.attendance.home')
work_from_type == 'other') selected @endif value="other">@lang('modules.attendance.other')
work_from_type != 'other') style="display:none" @endif >
@else
@lang('modules.attendance.maxColckIn')
@endif