@extends('layouts.app') @section('title', $task->title) @section('breadcrumb') Projects {{ $task->project->name }} @if($task->parent) {{ Str::limit($task->parent->title, 25) }} Subtask @else @endif {{ Str::limit($task->title, 30) }} @endsection @section('content')
{{ $task->description }}
@elseNo description added. Click to add one...
@endifNo subtasks yet. Break this task down!
No activity recorded yet.