@extends('layouts.app') @section('title') {{ __('messages.task.task_details') }} @endsection @section('page_css') @endsection @section('content')
@include('flash::message')

{{ __('messages.task.task_details') }}

@if(Auth::user()->roles[0]->id!= 3) @endif {{ __('messages.common.back') }}

{{$task->prefix_task_number}}{{html_entity_decode($task->title)}}

@if(!empty($task->taskAssignee->pluck('name')->toArray()))

{{html_entity_decode(implode(", ",$task->taskAssignee->pluck('name')->toArray()))}}

@endif @if(!empty($task->due_date))

{{\Carbon\Carbon::parse($task->due_date)->format('dS F, Y')}}

@endif
status == 1 ? 'checked' : ''}}>
@if(!empty($task->priority))

{{ucfirst($task->priority)}}

@endif @if(!empty($task->tags->pluck('name')->toArray()))

@foreach($task->tags->pluck('name') as $tags) {{html_entity_decode($tags)}} @endforeach
@endif

{{ (!empty($task->timeEntries->isNotEmpty())) ? roundToQuarterHour($task->timeEntries()->sum('duration')): '00:00'}}

{{(isset($task->createdUser->name) ? html_entity_decode($task->createdUser->name) : '')}}

@if(!empty($task->estimate_time))

@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