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

Detail Setoran Program

Halaman untuk melakukan setoran wilayah.

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