@extends('adminlte::page') @section('title', 'Tasks') @section('content_header')
| # | Case | Title | Assignee | Status | Due | Actions |
|---|---|---|---|---|---|---|
| {{ $t->id }} | {{ Str::limit($t->case?->title, 50) }} | {{ Str::limit($t->title, 60) }} | {{ $t->assignee?->name ?? '-' }} | {{ ucfirst(str_replace('_',' ',$t->status)) }} | {{ optional($t->due_date)->format('Y-m-d') ?? '-' }} | View Edit |