Admin
Admin
{{-- --}} Tambahkan DataNO | Nama | Username | Aksi | |
---|---|---|---|---|
{{$loop->iteration}} | {{$a->name}} | {{$a->username}} | {{$a->email}} |
@if (Auth::user()->id != $a->id)
|
@extends('template') @section('title', 'Admin') @section('content')
NO | Nama | Username | Aksi | |
---|---|---|---|---|
{{$loop->iteration}} | {{$a->name}} | {{$a->username}} | {{$a->email}} |
@if (Auth::user()->id != $a->id)
|