@extends('admin.layouts.layout') @section('title', 'Track List | SureX Admin Panel') @section('content') {{-- Data Table --}}
| SL | {{--User ID | --}}Name | Action | Time & Date |
|---|---|---|---|---|
| {{ $loop->index+1 }} | {{--{{ $track->user->id }} | --}}{{ $track->user->name }} | @if ($track->action == 1) Login @elseif($track->action == 2) Logout @elseif($track->action == 3) Code Generated @endif | {{ date_format($track->created_at, 'd/m/y - g:i A') }} {{-- {{ $track->created_at->format('h:i | N.n.Y') }} | --}}