@extends('layouts.app') @section('title','Login history โ '.$u->name) @section('crumbs','Users ยท Login history') @section('content')
| When | Result | Identifier | IP | Client |
|---|---|---|---|---|
| {{ $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. | ||||