@extends('layouts.app') @section('title', $project->name) @section('breadcrumb') Projects {{ $project->name }} @endsection @section('content') {{-- Project Header --}}
{{ Str::limit($project->description, 120) }}
@endif| Task | Assignee | Due Date | Priority | Status | Actions | ||
|---|---|---|---|---|---|---|---|
| id }}, $event.target.checked)" :checked="selectedIds.includes({{ $task->id }})"> |
{{ $task->title }}
@if($task->subtasks->count())
@php $prog = $task->subtask_progress; @endphp
|
@if($task->assignee)
{{ $task->assignee->initials }}
{{ $task->assignee->name }}
|
@if($task->due_date) {{ $task->due_date->format('M j, Y') }} @else — @endif |
{{ ucfirst($task->priority) }}
|
{{ ucfirst(str_replace('_', ' ', $task->status)) }} | ||
| No tasks yet. Create one above! | |||||||