@extends('layouts.admin-progress', ['pageTitle' => 'Edit Pengguna - Admin']) @section('title', 'Edit Pengguna') @section('styles') @endsection @section('content')

Edit Pengguna

ID: #{{ $user->id }}

Dibuat: {{ $user->created_at->format('d M Y H:i') }}

Diperbarui: {{ $user->updated_at->format('d M Y H:i') }}

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('role')

{{ $message }}

@enderror
Batal
@endsection