@extends('layouts.master') @section('title') Approval Thresholds @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Administration @endslot @slot('title') Approval Thresholds @endslot @endcomponent @if(session('success'))
Value bands that decide which roles must approve a requisition. Quote counts are set on Procurement Methods.
| Tier | Value Band (JMD) | Required Approvers | Status | Actions |
|---|---|---|---|---|
| {{ $t->label }} @if($t->notes){{ $t->notes }}@endif | {{ $t->band_label }} | @forelse($t->approver_labels as $role) {{ $role }} @empty — @endforelse | @if($t->is_active)Active@elseInactive@endif | Edit |
| No approval thresholds yet. | ||||