@php $editTaskCommentPermission = user()->permission('edit_task_comments'); $deleteTaskCommentPermission = user()->permission('delete_task_comments'); @endphp @forelse ($comments as $comment)
{{ ucwords($comment->user->name) }}

{{ ucwords($comment->user->name) }}

{{ $comment->created_at->timezone($global->timezone)->format($global->date_format . ' ' . $global->time_format) }}

{!! ucfirst($comment->comment) !!}
@empty @endforelse