@extends('layout.app')
@section('title', 'Detail User - Sistem Manajemen ISP')
@section('content')
@endif
{{ $user->name }}
{{ $user->username }}
{{ $user->email }}
{{ $user->nama_lengkap }}
{{ ucfirst($user->role) }}
{{ $user->status }}
{{ $user->created_at->format('d M Y H:i') }}
{{ $user->updated_at->format('d M Y H:i') }}