@extends('layouts.dashboard') @section('title', 'Subscription Revenue') @section('header', 'Subscription Revenue Analytics') @section('sidebar') @include('super-admin.partials.sidebar') @endsection @section('content')
Period: {{ $startDate->format('M d, Y') }} - {{ $endDate->format('M d, Y') }}
| Plan Name | Subscriptions | Total Revenue |
|---|---|---|
| {{ $planName }} | {{ $data['count'] }} | {{ number_format($data['revenue'], 0) }} TZS |
| No revenue data found for this period. | ||