@extends('temp.admin')
@php
use NN\Module\View;
use NN\Module\DB;
@endphp
@section("content")
# |
Action |
Kode |
Nama |
Tgl. Lahir |
Tgl. Masuk |
NIP |
Juru Bayar |
Unit Kerja |
Alamat |
Tgl Keluar |
# |
Action |
Kode |
Nama |
Tgl. Lahir |
Tgl. Masuk |
NIP |
Juru Bayar |
Unit Kerja |
Alamat |
Tgl Keluar |
@endsection
@section('script')
{!! View::jsm('ts/anggota.js') !!}
@endsection
@section('css')
@include('temp.modalfull')
@endsection