@forelse ($task->history as $activ)
{{ ucwords($activ->user->name) }}

{{ __('modules.tasks.' . $activ->details) }} {{ ucwords($activ->user->name) }}

@if (!is_null($activ->sub_task_id)) {{ $activ->subTask->title }} @elseif (!is_null($activ->board_column_id)) {{ $activ->boardColumn->column_name }} @endif {{ $activ->created_at->timezone($global->timezone)->format($global->date_format) . ' ' . $activ->created_at->timezone($global->timezone)->format($global->time_format) }}
@empty @endforelse