@extends('layouts.app') @section('title', 'Geting Started') @push('style') {{-- Data Table --}} @endpush @section('main')

Dashboard

Post Dana
@foreach ($postDanas as $postDana)
{{ $postDana->name }}
{{ 'Rp' . number_format($postDana->nominal, 0, ',', '.') }}
@endforeach
Data Daerah
Jumlah Bendahara
{{ $bendahara }}
Jumlah Anggota
{{ $anggota }}
Setoran Bulan Ini
Daerah
{{ 'Rp' . number_format($nowDaerah, 0, ',', '.') }}
Wilayah
{{ 'Rp' . number_format($nowWilayah, 0, ',', '.') }}
Pusat
{{ 'Rp' . number_format($nowPusat, 0, ',', '.') }}
Total
{{ 'Rp' . number_format($nowTotal, 0, ',', '.') }}
Iuran Sudah Setor
{{ $setoranBulanIni }} {{ 'Rp' . number_format($totalSetoranBulanIni, 0, ',', '.') }}
Iuran Belum Setor
{{ $belumSetoranBulanIni }} {{ 'Rp' . number_format($totalBelumSetoranBulanIni, 0, ',', '.') }}

Bendahara Belum Setoran

No Bendahara Iuran Nominal

Data Iuran Anggota

{{ $dataTable->table() }}
@endsection @push('script') {{-- Library Jquery --}} {{-- Sweetalert2 --}} {{-- Library Data Table --}} {{-- Validation --}} {{ $dataTable->scripts() }} {{-- Costom Alert --}} @endpush