| User | Role | IP Address | Date & Time | User Agent |
|---|---|---|---|---|
|
@if($history->user && $history->user->profile_photo_path)
{{ $history->user ? substr($history->user->name, 0, 1) : '?' }}
@endif
{{ $history->user ? $history->user->name : 'Unknown User' }}
{{ $history->user ? $history->user->email : '' }}
|
@if($history->user && $history->user->roles) @foreach($history->user->roles as $role) {{ $role->name }} @endforeach @endif | {{ $history->ip_address }} |
{{ $history->login_at->format('M d, Y') }}
{{ $history->login_at->format('h:i A') }}
|
{{ $history->user_agent }} |
| No login history found. | ||||
{{ $histories->links() }}