@php($currentRoute = request()->route()->getName())
This page is read-only. You can view your login information but cannot change or delete it here.
| # | Name | Created | Last Login | Actions | |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $u->name }} | {{ $u->email }} | {{ optional($u->created_at)->format('d M Y, h:i A') }} | {{ optional($u->last_login_at)->format('d M Y, h:i A') ?? '—' }} | @if(auth()->id() !== $u->id) @else You @endif |