{{ __('app.date').' - '.\Carbon\Carbon::parse($date)->translatedFormat(company()->date_format) }}
@if ($attendanceSettings->shift_name != 'Day Off')
{{ $attendanceSettings->shift_name }}
@else
{{ __('modules.attendance.' . str($attendanceSettings->shift_name)->camel()) }}
@endif
@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)
@endforeach
work_from_type != 'other') style="display:none" @endif >
@elseif($attendanceSettings->shift_name == 'Day Off')
@lang('modules.attendance.dayOff')
@else
@lang('modules.attendance.maxClockin')
@endif