@extends('layouts.app') @section('title', 'Download Logs') @section('nav-items')
| User | Resource | Type | OTP Verified | Status | IP Address | Date |
|---|---|---|---|---|---|---|
|
{{ $log->resource_name }}
|
{{ str_replace('_', ' ', $log->resource_type) }} | @if($log->otp_verified) Yes @else No @endif | @if($log->success) Success @else Failed @endif |
{{ $log->ip_address }}
|
{{ $log->created_at->format('M d, Y') }}
{{ $log->created_at->format('g:i A') }}
|
|
|
No download logs found |
||||||