@extends('layouts.app') @section('title', 'Activity Logs') @section('page-title', 'Activity Logs') @section('breadcrumb', 'Platform Admin / Activity Logs') @section('content')
| Action | Description | User | IP | Date |
|---|---|---|---|---|
| {{ $log->description ?? '—' }} | {{ $log->user?->name ?? 'System' }} | {{ $log->ip_address ?? '—' }} | {{ $log->created_at->format('M d, Y H:i') }} |