@extends('layouts.auth.app') @section('title', 'Reports & Analytics - Tax Revenue Management') @push('styles') @endpush @section('content')
Comprehensive insights and data analysis
By taxpayer type
Current vs Previous Period
₦{{ number_format($reportsData['summary']['totalRevenue'] ?? 0) }}
{{ ($reportsData['summary']['revenueGrowth'] ?? 0) >= 0 ? '↑' : '↓' }} {{ abs($reportsData['summary']['revenueGrowth'] ?? 0) }}% from last period
{{ $reportsData['summary']['collectionRate'] ?? 0 }}%
{{ ($reportsData['summary']['collectionRateChange'] ?? 0) >= 0 ? '↑' : '↓' }} {{ abs($reportsData['summary']['collectionRateChange'] ?? 0) }}% from last period
₦{{ number_format($reportsData['summary']['outstanding'] ?? 0) }}
{{ ($reportsData['summary']['outstandingChange'] ?? 0) <= 0 ? '↓' : '↑' }} {{ abs($reportsData['summary']['outstandingChange'] ?? 0) }}% from last period
Payment methods over time
{{ number_format($taxpayerAnalytics['total'] ?? 0) }}
Total Taxpayers
{{ number_format($taxpayerAnalytics['individual'] ?? 0) }}
Individual
{{ number_format($taxpayerAnalytics['corporate'] ?? 0) }}
Corporate
{{ number_format($taxpayerAnalytics['governmentSpecial'] ?? 0) }}
Government & Special
Revenue Target Achievement
Current period performance
{{ $performanceMetrics['targetAchievement'] ?? 0 }}%
{{ $performanceMetrics['targetStatus'] ?? 'Unknown' }}
Collection Efficiency
Time to collect vs target
{{ $performanceMetrics['collectionEfficiency'] ?? 0 }}%
{{ $performanceMetrics['efficiencyStatus'] ?? 'Unknown' }}
Taxpayer Compliance
On-time payment rate
{{ $performanceMetrics['complianceRate'] ?? 0 }}%
{{ $performanceMetrics['complianceStatus'] ?? 'Unknown' }}