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

Setoran Program

Halaman untuk melakukan setoran wilayah.

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