@extends('admin.layouts.app') @section('title', 'Security Dashboard') @section('content')
Lockouts (24h)
IP Address | Time | User Agent | |
---|---|---|---|
{{ $lockout->email }} | {{ $lockout->ip_address }} | {{ \Carbon\Carbon::parse($lockout->created_at)->diffForHumans() }} | {{ Str::limit($lockout->user_agent, 50) }} |
IP Address | Lockout Count |
---|---|
{{ $ip->ip_address }} | {{ $ip->total }} |