@extends('adminlte::page') @section('title', 'More Classifieds System Log') @section('content_header')
Hello {{ $admin['name'] }}!
Welcome to {{ $vendor['name'] }} Information Management System admin panel.
| # | Log Type | Page URL | IP Address | Device | Browser | Platform | Is Bot | Visit Time |
|---|---|---|---|---|---|---|---|---|
| {{ $s['click_type']; }} | {{ $s['page_url']; }} | {{ $s['ip_address']; }} | {{ $s['device'] }} | {{ $s['browser']; }} | {{ $s['platform']; }} | {{ $s['is_bot'] }} | {{-- --}}{{ \Carbon\Carbon::parse($s['created_at'])->diffForHumans() }} |