@extends('admin.layouts.home') @section('title', 'Notification Management') @section('content')
| Type | Count | Percentage |
|---|---|---|
| {{ ucwords(str_replace('_', ' ', $type->type)) }} | {{ number_format($type->count) }} | {{ number_format(($type->count / $totalNotifications) * 100, 1) }}% |
| User | Notifications | Actions |
|---|---|---|
|
{{ $user->name }}
ID: {{ $user->id }}
|
{{ number_format($user->notification_count) }} | View Notifications |