@extends("layouts.master", ["title" => "Общий отчет"]) @section("content")
ОБЩИЙ ОТЧЕТ

@php $i = 1; @endphp @forelse($comeOuts as $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", strtotime($comeOut->action_time))) @endif @else @if($comeOut->range_to > date("H:i", strtotime($comeOut->action_time))) @elseif($comeOut->range_to <= date("H:i", strtotime($comeOut->action_time))) @endif @endif @endisset @empty @endforelse
# Ф.И.О График Организация Здание Подразделения Должность Вход, Выход Время Прибытия
{{ $comeOut->id }} {{ $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 }} (ВО ВРЕМЯ)
No Data.
{{ $comeOuts->appends(request()->toArray())->links('pagination::bootstrap-4') }}
@endsection @push("js") @endpush