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

Dashboard

Kas
{{ 'Rp' . number_format($kas, 0, ',', '.') }}
Anggota
{{ $totalAnggota }}
Iuran Belum Dipresentase
{{ 'Rp' . number_format($iurans, 0, ',', '.') }}

Iuran Anggota

{{ $dataTable->table() }}
Belum Iuran Bulan Ini

    @foreach ($belumIurans as $belumIuran)
  1. {{ $belumIuran->nama }}
  2. @endforeach
@endsection @push('script') {{-- Library Jquery --}} {{-- Sweetalert2 --}} {{-- Library Data Table --}} {{-- Validation --}} {{ $dataTable->scripts() }} {{-- Costom Alert --}} @endpush