@extends('admin.layout') @section('title', 'Edit User') @section('page-title', 'Pengaturan') @section('page-subtitle', 'Perbarui informasi user dan akun') @section('content')
@csrf @method('PUT')

Foto Profil (Opsional)

Informasi Profil

@error('nama')

{{ $message }}

@enderror
@error('username')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Batal

Konfirmasi Update

Apakah Anda yakin ingin memperbarui data user ini? Pastikan semua informasi sudah benar sebelum menekan tombol simpan.

@endsection