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