@extends('layouts.app') @section('style') @endsection @section('content')

Daftar Pengguna

Tabel Pengguna
@php $no = 1; @endphp @foreach($pengguna as $row) @endforeach
No Username Password e-Mail Role Aksi
{{$no++}} {{$row->username}} {{$row->password}} {{$row->email}} {{$row->role}}
@endsection @section('modal')
@method("delete") @csrf
@endsection @section('script') @endsection