@extends('layouts.index')
@section('title', 'Pengaturan Pengguna')
@section('content_header')
Data Pengguna
@stop
@section('content')
@include('partials.breadcrumbs')
@include('partials.flash_message')
No |
Aksi |
Nama |
Nama Pengguna |
Group |
Surel |
Instansi |
Nomor HP |
Status |
@endsection
@section('js')
@include('partials.delete_modal')
@endsection