@extends('layouts.app') @section('content')
| Task | Brand/Page | Employee | Priority | Status | Deadline |
|---|---|---|---|---|---|
| {{ $t->title }} {{ $t->task_type }} / {{ $t->platform }} | {{ $t->brand?->name }} | {{ $t->assignee?->name ?? 'Unassigned' }} | {{ $t->priority }} | {{ $t->status }} | {{ $t->due_at?->format('d M Y H:i') }} |