@extends('layouts.admin') @section('title', 'Admin Activity Logs') @section('content')
| # | User | Action | IP Address | Created At |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $log->user->name }} | {{ $log->action }} | {{ $log->ip_address }} | {{ $log->created_at->format('d-m-Y H:i:s') }} |
No activity logs available.
@endif