@extends('admin.layouts.app') @section('title', 'Recent Activity Report') @push('styles') @endpush @section('content')
Order status events from the dashboard “Recent Activity” feed. By default, shows the last 30 days. Use filters to narrow or expand the date range.
| Status | Activity | Customer name | Executive name | Date | Time |
|---|---|---|---|---|---|
| {{ ucfirst((string) $status) }} | {{ $activity }} | {{ $userName }} | @if ($execName !== '') {{ ucfirst($execName) }} @else Unassigned @endif | {{ $row->CreatedDate ? date('d M', strtotime($row->CreatedDate)) : '' }} | {{ $row->CreatedDate ? date('h:i A', strtotime($row->CreatedDate)) : '' }} |