@extends('layout.app') @section('title', $title) @section('content') {{ show_msg() }}
No | Nama user | Username | Level | Aksi | @foreach ($rows as $key => $row)
---|---|---|---|---|
{{ ($rows->currentPage() - 1) * $limit + $key + 1 }} | {{ $row->nama_user }} | {{ $row->username }} | {{ $row->level }} |