@extends('layouts.admin') @section('title', 'Reports') @section('page_title', 'Reports') @section('content') {{-- ══ QUICK STATS ROW ══ --}} {{-- ══ REPORT BUTTONS HUB ══ --}}
Report Categories
Click a report to view details below
{{-- ══ REPORT SECTIONS (shown/hidden by JS) ══ --}} {{-- ── 1. MEMBER BY LOCATION ── --}}
Member by Location
Filter by State → District → Unit
@include('admin.partials.report-initial')
{{-- ── 2. MEMBER BY STATUS ── --}} {{-- ── 3. MEMBER BY MEMBERSHIP TYPE ── --}} {{-- ── 4. REVENUE REPORT ── --}} {{-- ── 5. PENDING MEMBERS ── --}} {{-- ── 6. UNIT-WISE REPORT ── --}} {{-- ── 7. DISTRICT-WISE REPORT ── --}} {{-- ── 8. MONTHLY REPORT ── --}} {{-- ══ STYLES ══ --}} @endsection @section('scripts') @endsection