@extends("layouts.master", ["title" => "Отчеты"]) @section("content")
# | Ф.И.О | Организация | Здание | Подразделения | Должность | Время | Вход / Выход | ДЕЙСТВИЯ |
---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $comeOut->employees->short_full_name ?? '' }} | {{ $comeOut->employees->companies->name ?? ''}} | {{ $comeOut->employees->branches->name ?? ''}} | {{ $comeOut->employees->departments->name ?? ''}} | {{ $comeOut->employees->positions->name ?? ''}} | {{ $comeOut->action_time }} | {{ ($comeOut->doorDevice->is_come == 1 ? 'Вход' : 'Выход') ?? '' }} | @can('edit-come-out') @endcan @can('delete-come-out') @endcan | Ничего не найдено. | @endforelse