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

Pemasukan

{{--

Halaman untuk melihat data iuran.

--}}
@csrf
Input Pemasukan

Rp

Tabel Pemasukan
{{-- @role('bendahara') @endrole --}}
{{ $dataTable->table() }}
@endsection @push('script') {{-- Library Jquery --}} {{-- Sweetalert2 --}} {{-- Library Data Table --}} {{-- Validation --}} {{ $dataTable->scripts() }} {{-- Costom Alert --}} {{-- Rupiah formater --}} {{-- handle Form --}} @endpush