{{ $user->name }} Login Activities
| S/N | IP Address | Device/OS/Browser | Date/Time Logged In |
|---|---|---|---|
| {{ $counter }} | {{ $item->ip_address }} | {{ $item->device }}/{{ $item->os }}/{{ $item->browser }} | {{ Carbon::parse($item->created_at)->format('D, M j, Y g:i A') }} |
@php $page = 'users' @endphp @php use Carbon\Carbon; @endphp @extends('includes.layout') @section('content')
| S/N | IP Address | Device/OS/Browser | Date/Time Logged In |
|---|---|---|---|
| {{ $counter }} | {{ $item->ip_address }} | {{ $item->device }}/{{ $item->os }}/{{ $item->browser }} | {{ Carbon::parse($item->created_at)->format('D, M j, Y g:i A') }} |