@extends('layouts.dashboard') @section('title', 'Manager Dashboard') @section('content')
Task Info | Task Description |
---|---|
{{ $task->name }} Assigned By: {{ $task->createdBy->name ?? 'N/A' }} ✅ Mark as Done |
{!! nl2br(e($task->description)) !!}
|
Project Name | Action |
---|---|
{{ $notification->data['project_name'] }} |
Mark as Read Send Follow-Up |