@section('title', 'Edit User') @push('style') @endpush @push('script') @endpush @section('toolbar') @endsection
@csrf

Profile Picture

profile_picture && Storage::disk('elegant')->exists($user->profile_picture)) style="background-image: url({{ Storage::disk('elegant')->url($user->profile_picture) }})" data-image="{{ Storage::disk('elegant')->url($user->profile_picture) }}" @endif>
Set the profile picture. Only *.png, *.jpg and *.jpeg image files are accepted
@error('profile_picture')
{{ $message }}
@enderror

Status

Set the user status.

User Details

@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('role_id')
{{ $message }}
@enderror

User Password

@if (auth()->user()->id == $user->id)
@endif
Cancel