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

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

{{ $comment->created_at->timezone($company->timezone)->translatedFormat($company->date_format . ' ' . $company->time_format) }}

{!! ucfirst($comment->comment) !!}
@empty
- @lang('messages.noCommentFound') -
@endforelse