@extends('layouts.panel') @section('title','Görevler') @section('content') @if(session('toast')) @endif
Tüm görevleri yönetin.
| Görev | Proje | Durum | Öncelik | Atanan | Progress | İşlem |
|---|---|---|---|---|---|---|
|
{{ $t->title }}
{{ $t->description ?: '—' }}
|
{{ $t->project->name ?? '—' }} | {{ strtoupper($t->status) }} | {{ strtoupper($t->priority) }} | {{ $t->assignee->name ?? '—' }} |
|
|
| Henüz görev yok. | ||||||