@extends('layouts.app') @section('title', 'Workflow Assignments') @section('content')
{{ $responsibility->name }}
| Approval Level | Position | Redirect | Request Information | Status | Action |
|---|---|---|---|---|---|
| {{ $assignment->approval_level }} | {{ $assignment->name }} | {{ $assignment->can_redirect ? 'Yes' : 'No' }} | {{ $assignment->can_request_information ? 'Yes' : 'No' }} | {{ $assignment->is_active ? 'Active' : 'Inactive' }} | |
| No assignments configured. | |||||