@extends("layouts.master", ["title" => "Отчеты"]) @section("content")
# | Ф.И.О | Организация | Здание | Подразделения | Должность | Время |
---|---|---|---|---|---|---|
{{ $key++ }} | {{ $comeOut[0]->employees->short_full_name ?? '' }} | {{ $comeOut[0]->employees->companies->name ?? ''}} | {{ $comeOut[0]->employees->branches->name ?? ''}} | {{ $comeOut[0]->employees->departments->name ?? ''}} | {{ $comeOut[0]->employees->positions->name ?? ''}} | {{ $comeOut[0]->action_time }} | Ничего не найдено. | @endforelse