@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('User Activity')) @section('content')
@if ($app_is_not_demo) @forelse ($users as $user) {{ $user->email }} {{ $user->type }} {{ $user->ip }} {{ $user->connection }}

{{ \Carbon\Carbon::parse($user->created_at)->diffForHumans() }}

@empty {{ __('No users found.') }} @endforelse @else admin@admin.com Admin 192.168.2.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

19-12-2022

19-12-2022

@endif
@if ($app_is_not_demo)
{{ $users->links() }}
@endif
@endsection