@extends('layouts.app') @section('title', 'Kelola User - Admin Dashboard') @section('content')
Kelola semua user dalam sistem TaniMapping
| Nama Lengkap | Username | Role | No. HP | Alamat | Tanggal Dibuat | Aksi | |
|---|---|---|---|---|---|---|---|
| {{ $user->nama_lengkap }} | {{ $user->name }} | {{ $user->email }} | @if($user->role === 'admin') Admin @else Petugas @endif | @if($user->no_hp) {{ $user->no_hp }} @else - @endif | @if($user->alamat) {{ Str::limit($user->alamat, 30) }} @else - @endif | {{ $user->created_at->format('d/m/Y H:i') }} |