@extends('index') @section('subtitle') Kelola User @endsection @section('content')
Tambah User
{{csrf_field()}}

Daftar User

@foreach($users as $user) @endforeach
Nama Asli Username Password Action
{{$user->nama_asli}} {{$user->username}} {{$user->password}} Edit Delete
@endsection