@extends('layouts.app') @section('title', 'Task History') @section('page-title', 'Task History') @section('content')
| Task | Action By | Action | Note | Date & Time |
|---|---|---|---|---|
| {{ Str::limit($log->task->title, 35) }} |
{{ strtoupper(substr($log->user->name, 0, 1)) }}
{{ $log->user->name }}
|
{{ $log->actionLabel() }} | {{ Str::limit($log->note, 50) ?? '—' }} | {{ $log->created_at->format('d M Y, h:i A') }} |
| No activity found. | ||||