@extends('layouts.app') @section('title', 'Dashboard') @section('styles') @endsection @section('content-header')
Jumlah Kepala Keluarga
{{ $totalPenduduk->where('status_hubungan_dalam_keluarga_id',1)->count() }}
Total Penduduk
{{ $totalPenduduk->count() }}
Jumlah Laki-laki
{{ $totalPenduduk->where('jenis_kelamin',1)->count() }}
Jumlah Perempuan
{{ $totalPenduduk->where('jenis_kelamin',2)->count() }}
Total Cetak Surat Hari Ini
{{ $hari }}
Total Cetak Surat Bulan Ini
{{ $bulan }}
Total Cetak Surat Tahun Ini
{{ $tahun }}
Total Cetak Surat
{{ $totalCetakSurat }}
@endsection @section('content')

Grafik Cetak Surat Harian

Grafik Cetak Surat Bulanan

Grafik Cetak Surat Tahunan

Tahun :
@include('statistik-penduduk.card')

Grafik Pelaksanaan APBDes

Tahun :
@include('anggaran-realisasi.grafik-apbdes')
@endsection @push('scripts') @endpush