@extends('layouts.admin', ['title' => 'آمار بازدید']) @section('content')
| تاریخ | مسیر | کاربر | دستگاه | مرورگر | پلتفرم |
|---|---|---|---|---|---|
| {{ $item->_source->createdAt }} | {{ urldecode($item->_source->path) }} | {!! $item->_source->userId == 0 ? '' : '' . $obj->getUserFLNameMobile($item->_source->userId) . '' !!} |
{{ $item->_source->isDesktop ? 'دسکتاپ' : '' }}
{{ $item->_source->isPhone ? 'موبایل' : '' }}
{!! $item->_source->isRobot ? 'بات' . ' ' . $item->_source->robot : '' !!} |
{{ $item->_source->browser }} {{ $item->_source->browserVersion }} |
{{ $item->_source->platform }} {{ $item->_source->platformVersion }} |