@section('title', get_setting('site_name') . ' | Approval Hierarchy')
| Level | Label | Approver | Status | Action |
|---|---|---|---|---|
| {{ $rule->level ?? $rule->label }} | {{ $rule->stage_name ?: $rule->label }} | {{ optional($rule->approver)->name ?? '-' }} ({{ optional($rule->approver)->id ?? '-' }}) | @if((int)$rule->is_active === 1) Active @else Inactive @endif | |
| No hierarchy rules yet. | ||||