Export
@can('create-')
@endcan
#
Ф.И.О
График
Организация
Здание
Подразделения
Должность
{{-- Время Прибытия--}}
@php $i = 1; @endphp
@forelse($currentlyIn as $k => $here)
@if (!$here->comeOuts->isEmpty() && $here->comeOuts[0]->doorDevice->is_come == 1)
{{ $i++ }}
{{ $here->full_name }}
{{ $here->schedule->name }}
{{ $here->companies->name }}
{{ $here->branches->name }}
{{ $here->departments->name }}
{{ $here->positions->name }}
{{-- {{ $here->comeOuts[0]->action_time }}--}}
@endif
@empty
Ничего не найдено.
@endforelse
{{--
--}}
{{-- {{ $currentlyIn->links() }}--}}
{{--
--}}