@extends('Layouts.dashboardLayout') @section('content')
Projects Have tasks contained in them. The tasks are tracked
--}}Project Tasks
{{$task->description}}
View Stages Edit Delete @if($task->taskCount->process_count == 8 && $task->actual_completion_date == null) This task is seen to be complete @endif @if($task->updated_by != null) Last updated by : {{$task->updatingTask->firstname}}@endif
No task(s) yet