@extends('layouts.main') @section('main-content')
Modify Change Request Workflow for {{ $ministry->display_name }}

Select roles that will handle change requests. You can change order by moving items up or down

* Please note that the permission to handle change requests must be assigned to the selected roles
@csrf
Ministry

{{ $ministry->display_name }}


Role(s)
Order
Remove
@foreach($workflowLevels as $n => $level)
@endforeach
@endsection