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

Setoran

Halaman untuk melihat data setoran.

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