@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{ __('S.No') }} | {{ __('Date') }} | {{ __('IP') }} | {{ __('Language') }} | {{ __('Platform') }} | {{ __('Browser') }} |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $visitor->created_at->diffForHumans() }} | {{ $visitor->ip_address }} | {{ $visitor->language }} | {{ str_replace('"', '', $visitor->platform) }} | {{ $visitor->user_agent }} |