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

Bank

Halaman untuk mengelola master data bank.

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