@extends('employee.layouts.app') @section('title', 'My Dashboard') @section('page-title', 'My Dashboard') @section('content') @if(($panelUnreadNotificationCount ?? 0) > 0)
You have {{ $panelUnreadNotificationCount }} unread notification{{ $panelUnreadNotificationCount > 1 ? 's' : '' }}
Check lead assignments, blog feedback, and new updates from the team.
Here's an overview of your assigned leads and recent updates.
{{ $val }}
{{ $label }}
| Contact | Country | Status | Action |
|---|---|---|---|
|
{{ $lead->name ?: '—' }} {{ $lead->phone }} |
{{ $lead->country_name ?: '—' }} | {{ $lead->statusLabel() }} | View |
Assignments, blog review updates, and admin responses.
{{ $notification->title }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}