@extends('layouts.staff') @section('content')

Manage {{ $user->preferred_name }}'s Departments

@if (!get_setting('use_discord_department_roles')) @endif
@if (get_setting('use_discord_department_roles'))

Departments are controlled by Discord Roles. Update the members roles in Discord to add/remove from departments.

@endif
@foreach ($user_departments as $user_department) @endforeach
@endsection