@extends('layouts.app') @section('title', 'All Notifications') @section('page-title', 'Notifications') @section('content')
{{ $notif->message }}
{{ $notif->created_at->format('d M Y, h:i A') }} {{-- Link to task if available --}} @if(!empty($notif->data['task_id'])) @endifNo notifications yet.
You'll see updates here when tasks are assigned or reviewed.