@forelse($comeOuts as $k => $comeOut) @isset($comeOut->range_from) @if($comeOut->is_come == 1) @if($comeOut->range_from >= date("H:i", strtotime($comeOut->action_time))) @elseif($comeOut->range_from < date("H:i:s", strtotime($comeOut->action_time))) @endif @elseif($comeOut->is_come == 0) @if($comeOut->range_to > date("H:i:s", strtotime($comeOut->action_time))) @elseif($comeOut->range_to <= date("H:i:s", strtotime($comeOut->action_time))) @endif @endif @endisset @empty @endforelse
# Ф.И.О График Организация Здание Подразделения Должность Вход, Выход Время Прибытия
{{ $k+1 }} {{ "{$comeOut->last_name} {$comeOut->first_name}" }} {{ $comeOut->schedule_name ?? 'Не связано график работы' }} {{ $comeOut->company_name }} {{ $comeOut->branch_name }} {{ $comeOut->department_name }} {{ $comeOut->position_name }} {{ $comeOut->is_come == 1 ? 'Вход' : 'Выход' }}{{ $comeOut->action_time }} (ВО ВРЕМЯ){{ $comeOut->action_time }} (ОПОЗДАНИЕ){{ $comeOut->action_time }} (Заранее){{ $comeOut->action_time }} (ВО ВРЕМЯ)
Ничего не найдено.