@extends('layouts.master') @section('title', 'System Activity Logs') @section('content')
Comprehensive audit trail of all manual and automated interactions within the platform.
@php $groupedLogs = $logs->groupBy(function($log) { return $log->created_at->format('d M, Y'); }); @endphp @forelse($groupedLogs as $date => $dayLogs)Try adjusting your search filters to find what you're looking for.
Clear All Filters