Work Reports Summary List
Generated on: {{ date('d M, Y h:i A') }}
@foreach ($reports as $report) @endforeach
Employee Date Status Tasks Summary Snippet
{{ $report->user->name }} {{ $report->created_at->format('d M, Y') }} {{ ucfirst($report->approval_status) }} {{ $report->total_tasks }} {{ Str::limit($report->raw_summary, 60) }}