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

Validasi Setoran

Halaman untuk melakukan validasi setoran.

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