@extends('layouts.app') @section('title', 'Platform Dashboard') @section('page-title', 'Platform Dashboard') @section('breadcrumb', 'Platform Admin / Overview') @section('content')
{{ $log->description ?? ucfirst($log->action) }}
{{ $log->user?->name ?? 'System' }} · {{ $log->created_at->diffForHumans() }}
No activity yet.
@endforelse