@extends('layouts.master') @section('title') Reason Codes @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Administration @endslot @slot('title') Rejection / Return Reason Codes @endslot @endcomponent @if(session('success'))
Standard codes selected whenever a requisition is rejected or returned — captured on the approval and workflow log for reporting.
| Code | Description | Order | Status | Actions |
|---|---|---|---|---|
| {{ $c->code }} | {{ $c->label }} | {{ $c->sort_order }} | @if($c->is_active)Active@elseInactive@endif | Edit |
| No reason codes yet. | ||||