@extends('layouts.app') @section('title', 'Post-forum actions — '.$hub['scheme_label']) @section('contents')
Scheme {{ $hub['scheme_label'] }} — continue Advice / AA / Authentication of AA (same steps as Meeting Workspace Status when no meeting is linked).

Status

    @if ($hub['advice']['eligible'])
  • Issue Advice for AA Letter @if ($hub['advice']['issued']) Issued View @elseif ($hub['advice']['can_generate']) Generate @elseif ($hub['advice']['can_view']) View @else Waiting for Chief Development @endif
  • @endif @if ($hub['aa']['eligible'])
  • AA (Administrative Approval) letter @if ($hub['aa']['issued']) Forwarded View @elseif ($hub['aa']['can_generate']) Generate @elseif ($hub['aa']['can_view']) View @else Waiting for Administrative Department @endif
  • @endif @if ($hub['aa_auth']['eligible'])
  • Authentication of AA @if ($hub['aa_auth']['issued']) Authenticated View @elseif ($hub['aa_auth']['can_generate']) Generate @elseif ($hub['aa_auth']['can_view']) View @else Waiting for Finance @endif
  • @endif @if (! $hub['advice']['eligible'] && ! $hub['aa']['eligible'] && ! $hub['aa_auth']['eligible'])
  • No post-forum actions are available for your role on this scheme yet.
  • @endif
{{-- ===== WORKFLOW DEBUG TRIGGER (PMS_WORKFLOW_DEBUG=true) ===== --}} @if (!empty($workflowDebug)) @endif {{-- ===== END WORKFLOW DEBUG TRIGGER ===== --}}
{{-- ===== WORKFLOW DEBUG MODAL (PMS_WORKFLOW_DEBUG=true) ===== --}} @if (!empty($workflowDebug)) @php $wd = $workflowDebug; @endphp @endif {{-- ===== END WORKFLOW DEBUG MODAL ===== --}} @endsection @push('scripts') @endpush