@extends('layouts/contentNavbarLayout') @section('title', 'User Login Logs') @section('vendor-style') @endsection @section('content')
| ID | Username | OTP | Expiry | IP | Latitude | Longitude | Created At | |
|---|---|---|---|---|---|---|---|---|
| {{ $log->id }} | {{ $log->username ?: '-' }} | {{ $log->email ?: '-' }} | {{ $log->login_otp ?: '-' }} | {{ !empty($log->otp_expiry) ? \Carbon\Carbon::parse($log->otp_expiry)->format('d M Y h:i:s A') : '-' }} | {{ $log->ip ?: '-' }} | {{ $log->latitude ?: '-' }} | {{ $log->longitude ?: '-' }} | {{ !empty($log->created_at) ? \Carbon\Carbon::parse($log->created_at)->format('d M Y h:i:s A') : '-' }} |
| No data found | ||||||||