@if(!is_null($employeeClients))
Количество посетителей : {{ $employeeClients->count() }}
Последние посетители :
#
Ф.И.О
Время
@foreach($employeeClients as $k => $employeeClient)
{{ ++$k }}
{{ $employeeClient->guest_name }}
{{ $employeeClient->created_at->format("d M Y | H:i:s") }}
@endforeach
@endif