@extends('layouts.app') @section('title', 'Reports') @section('content')

Reports & analytics

Business intelligence across every subsystem.

@foreach ([ ['route' => 'reports.financial', 'title' => 'Financial performance', 'icon' => '💰', 'desc' => 'Revenue, MRR, ARPU, collection rate, aging and margin by month.'], ['route' => 'reports.subscribers', 'title' => 'Subscriber analytics', 'icon' => '👥', 'desc' => 'Growth, churn, plan mix, segment performance and cohort retention.'], ['route' => 'reports.support', 'title' => 'Support performance', 'icon' => '✉', 'desc' => 'SLA adherence, first response, resolution time, agent load and CSAT.'], ['route' => 'reports.network', 'title' => 'Network performance', 'icon' => '📡', 'desc' => 'Availability, latency, interface utilisation, alert volume and top offenders.'], ['route' => 'reports.collections', 'title' => 'Collections & aging', 'icon' => '💵', 'desc' => 'Receivables by aging bucket, dunning outcomes and recovery performance.'], ] as $report)
{!! $report['icon'] !!}

{!! $report['title'] !!}

{!! $report['desc'] !!}

@endforeach

Quick exports

CSV downloads for the selected period
@endsection