@extends('admin.layouts.app') @section('title', 'Statistik Taaruf') @section('content')

Statistik Taaruf

Kembali

Total Profil

{{ $totalProfiles }}

Profil Aktif

{{ $activeProfiles }}

Sedang Proses Taaruf

{{ $inTaarufProcess }}

Tingkat Aktivitas

{{ $totalProfiles > 0 ? round(($activeProfiles / $totalProfiles) * 100) : 0 }}%

Distribusi Jenis Kelamin

Laki-laki
{{ $maleProfiles }} ({{ $totalProfiles > 0 ? round(($maleProfiles / $totalProfiles) * 100) : 0 }}%)
Perempuan
{{ $femaleProfiles }} ({{ $totalProfiles > 0 ? round(($femaleProfiles / $totalProfiles) * 100) : 0 }}%)

Status Aktif berdasarkan Jenis Kelamin

Laki-laki Aktif
{{ $activeMaleProfiles }} ({{ $maleProfiles > 0 ? round(($activeMaleProfiles / $maleProfiles) * 100) : 0 }}%)
Perempuan Aktif
{{ $activeFemaleProfiles }} ({{ $femaleProfiles > 0 ? round(($activeFemaleProfiles / $femaleProfiles) * 100) : 0 }}%)

Ringkasan Statistik

Metrik Total Laki-laki Perempuan
Total Profil {{ $totalProfiles }} {{ $maleProfiles }} {{ $femaleProfiles }}
Profil Aktif {{ $activeProfiles }} {{ $activeMaleProfiles }} {{ $activeFemaleProfiles }}
Persentase Aktif {{ $totalProfiles > 0 ? round(($activeProfiles / $totalProfiles) * 100) : 0 }}% {{ $maleProfiles > 0 ? round(($activeMaleProfiles / $maleProfiles) * 100) : 0 }}% {{ $femaleProfiles > 0 ? round(($activeFemaleProfiles / $femaleProfiles) * 100) : 0 }}%
Dalam Proses Taaruf {{ $inTaarufProcess }} - -
Perokok {{ $smokerProfiles }} - -
Berniat Poligami {{ $polygamyIntendedProfiles }} {{ $polygamyIntendedProfiles }} -
Memiliki Hutang {{ $debtProfiles }} - -
Memiliki Tanggungan {{ $dependentProfiles }} - -
@endsection