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

Edit Department {{ $department->name }}

Be careful editing department names and deleteing all togeather. Everyone already in this department will be grandfathered in to the new one. ie if you change this from PD to SO. Then all the PD members and documents will become SO.

@can('role_delete')
@csrf @method('DELETE')
@endcan
@csrf @method('PUT')
@if (get_setting('use_discord_department_roles'))

Discord Role

@endif
Cancel
@endsection