@extends('admin.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')
You have {{ $panelUnreadNotificationCount }} unread notification{{ $panelUnreadNotificationCount > 1 ? 's' : '' }}
New lead, blog review, and workflow updates are waiting for your attention.
Centralized control for content, leads, team, and operations.
{{ $stat['value'] }}
No notifications yet.
@else{{ $notification->title }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
No logs yet.
@else{{ $log->message }}
{{ $log->created_at->format('d M Y, h:i A') }}
Email: {{ ucfirst($log->email_status) }}