@extends('layouts.app') @section('title', 'Analytics') @section('content')
Export CSV
@foreach (['7d' => '7 days', '30d' => '30 days', '90d' => '90 days', '365d' => '1 year'] as $key => $label) @endforeach

Showing analytics for your department only.

Total Messages

Period

How your team signs in

Web portal vs Notiz Viewer app (successful company-user sign-ins in this range).

Used more

Web portal

Notiz Viewer app

Message Volume

Message Types

Hourly Activity

Weekday Distribution

By Department

Top Devices

Alert Breakdown

No alerts in this period.

Sync Health

Success rate

Synced

Failed

Activity heatmap (hour × weekday)

Top Senders
# Sender Messages
No sender data for this period.
Device Performance
Device Status Messages
No devices found.
@php $analyticsJs = public_path('js/analytics.js'); $analyticsVer = is_file($analyticsJs) ? filemtime($analyticsJs) : time(); @endphp @if (file_exists(public_path('hot'))) @vite(['resources/js/analytics.js']) @else @endif @endsection