@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('page-subtitle', 'Overview of your company operations') @section('content') {{-- Stats Row --}}
{{ $activity->description }}
{{ $activity->user?->name ?? 'System' }} · {{ $activity->created_at->diffForHumans() }}
No activity recorded yet
@endif