@extends('layouts.app') @section('title', 'Assign Role') @section('content')
Assign Role
# Name Email Current Roles Status Created Actions
0 Template
Assign Roles
@csrf
Choose one or more roles to apply.
  • Attach: Add the selected roles without removing existing ones.
  • Detach: Remove only the selected roles, keeping other roles intact.
  • Sync exactly: Replace current roles with exactly the selected set.
@endsection @push('styles') @endpush @push('scripts') @endpush