@extends('layouts.app') @section('title', 'Iuran Masal') @push('style') {{-- sweetalert2 --}} {{-- Data Table --}} {{-- --}} {{-- Select 2 --}} @endpush @section('main')

Iuran Masal

Halaman untuk input iuran masal.

Tabel Anggota
{{ $dataTable->table() }}
Form edit satuan
@csrf
Rp
Form edit masal
@csrf
Rp
Table Detail Iuran
No Anggota Nominal Iuran Bulan Action
@endsection @push('script') {{-- Library Jquery --}} {{-- Sweetalert2 --}} {{-- Library Data Table --}} {{-- Validation --}} {{ $dataTable->scripts() }} {{-- Select 2 --}} {{-- Costom Alert --}} {{-- Datatable Detail Transaksi --}} {{-- Set Checkbox Datatable Mustahik --}} {{-- Validate --}} @include('pages.iuran.backends.input-anggota'); @include('pages.iuran.backends.update-satuan'); @include('pages.iuran.backends.update-masal'); @endpush