@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'users']) @include('partials.dashboard.header')
Ubah Pengguna

Perbarui informasi pengguna ini.

@csrf @method('put')
@error('name') {{$message}} @enderror
@error('email') {{$message}} @enderror
@if ($user->role_id !== 3)
@endif

Kembali
@include('partials.dashboard.footer', ['rich_editor' => false])