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

{{ __('modules.tasks.' . $activ->details) }} {{ mb_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(company()->timezone)->translatedFormat(company()->date_format .' '. company()->time_format) }}
@empty @endforelse