@extends('admin::layouts.admin') @section('title', 'Edit User Role Assignment') @section('content')

Edit User Role Assignment

Back to List
@if($errors->any()) @endif
@error('user_id')

{{ $message }}

@enderror

Select the user to assign the role to.

@error('role_id')

{{ $message }}

@enderror

Select the role to assign to the user.

@error('description')

{{ $message }}

@enderror

Optional: Provide a reason or note for this role assignment.

Danger Zone

@endsection