@php $editTaskCommentPermission = user()->permission('edit_task_comments'); $deleteTaskCommentPermission = user()->permission('delete_task_comments'); @endphp @forelse ($comments as $comment)
{{ $comment->created_at->timezone($global->timezone)->format($global->date_format . ' ' . $global->time_format) }}
{{ ucwords($comment->user->name) }}
{{ $comment->created_at->timezone($global->timezone)->format($global->date_format . ' ' . $global->time_format) }}