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

Webmaster Anggota

Halaman untuk mengelola master data anggota di akun webmaster.

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