@foreach($task->history as $activ)
{{ __("modules.tasks.".$activ->details) }} {{ ucwords($activ->user->name) }}
@if (!is_null($activ->sub_task_id))
{{ $activ->sub_task->title }}
@endif {{ $activ->created_at->timezone($global->timezone)->format($global->date_format)." ".$activ->created_at->timezone($global->timezone)->format($global->time_format) }}
@endforeach