@extends('admin.layouts.app') @section('title', 'Statistik Taaruf') @section('content')
{{ $totalProfiles }}
{{ $activeProfiles }}
{{ $inTaarufProcess }}
{{ $totalProfiles > 0 ? round(($activeProfiles / $totalProfiles) * 100) : 0 }}%
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 }} | - | - |