@extends('layouts.mainlayout') @section('title','Management Users') @section('tombol+')
@endsection @section('content')
List Users
@foreach ($table_user as $Barang) @endforeach
No Name Email Username Hak Akses Aksi
{{$loop->iteration }} {{$Barang->name}} {{$Barang->email}} {{$Barang->username}} {{$Barang->role_user}}
@endsection @section('Script') @endsection