@extends('admin.layout') @section('title', 'User Details') @section('page-title', 'User Details') @section('page-icon', 'person-vcard') @section('content')
| Type | Description | IP | Country / City | Browser / OS | Time |
|---|---|---|---|---|---|
| {{ str_replace('_', ' ', ucfirst($log->type)) }} | {{ $log->description }} | {{ $log->ip_address ?? '-' }} | @if($log->country) {{ $log->country }}{{ $log->city ? ', ' . $log->city : '' }} @else - @endif | {{ $log->created_at->format('d M Y H:i') }} | |
| No activity recorded yet. | |||||