{{html_entity_decode(implode(", ",$task->taskAssignee->pluck('name')->toArray()))}}
{{\Carbon\Carbon::parse($task->due_date)->format('dS F, Y')}}
{{ucfirst($task->priority)}}
{{(isset($task->createdUser->name) ? html_entity_decode($task->createdUser->name) : '')}}
@if($task->estimate_time_type == \App\Models\Task::IN_HOURS)
Warning: Undefined variable $task in /home/projectsciphersq/public_html/resources/views/tasks/show.blade.php on line 160
Warning: Attempt to read property "estimate_time" on null in /home/projectsciphersq/public_html/resources/views/tasks/show.blade.php on line 160
Fatal error: Uncaught Error: Call to undefined function __() in /home/projectsciphersq/public_html/resources/views/tasks/show.blade.php:161
Stack trace:
#0 {main}
thrown in /home/projectsciphersq/public_html/resources/views/tasks/show.blade.php on line 161