@extends('layouts.app') @section('title','Login history โ€” '.$u->name) @section('crumbs','Users ยท Login history') @section('content')

๐Ÿ” Login history โ€” {{ $u->name }} {{ $u->username }}

Failed (30d): {{ $fails30 }}
@forelse($rows as $h) @empty @endforelse
WhenResultIdentifierIPClient
{{ $h->created_at->format('d M Y H:i') }} @if($h->success)success@elsefailed@endif {{ $h->login }}{{ $h->ip ?? 'โ€”' }}{{ Str::limit($h->user_agent ?? '', 60) }}
No login attempts recorded yet.
@if($rows->hasPages())
{{ $rows->links() }}
@endif
@endsection