Export
@php $i = count($comeOuts) > 0 ? (($comeOuts->currentpage() - 1) * $comeOuts->perpage() + 1) : 1 @endphp
@forelse($comeOuts as $k => $comeOut)
{!! $comeOut->is_come == 1 ? '' : ''!!}
@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
@php session()->flash("last_num", $i++) @endphp
# |
Ф.И.О |
График |
Организация |
Здание |
Подразделения |
Должность |
Вход, Выход |
Время Прибытия |
|
|
|
|
|
|
{{ $i++ }} |
{{ "{$comeOut->last_name} {$comeOut->first_name}" }} |
schedule_name ?? 'class="text-danger"' !!}>{{ $comeOut->schedule_name ?? 'Не связано график работы' }} |
{{ $comeOut->company_name }} |
{{ $comeOut->branch_name }} |
{{ $comeOut->department_name }} |
{{ $comeOut->position_name }} | Вход | Выход | {{ $comeOut->action_time }} (ВО ВРЕМЯ) | {{ $comeOut->action_time }} (ОПОЗДАНИЕ) | {{ $comeOut->action_time }} (Заранее) | {{ $comeOut->action_time }} (ВО ВРЕМЯ) |
Ничего не найдено. |
{{ count($comeOuts) > 0 ? $comeOuts->appends(request()->toArray())->links('pagination::bootstrap-4') : '' }}
{{-- @empty(!$workingHours)--}}
{{--