@endif
@if ($isSar)
{{ __('Only the RD sections in Part C (observations and final assessment) are editable. On the last step, Forward to SDM saves your comments and sends the report to SDM. Use Decline to send the report back to the monitoring officer—you must enter a reason.') }}
@else
{{ __('Only the RD sections in Part E (risk matrix and final assessment) are editable. On the last step, Forward to SDM saves your comments and sends the report to SDM. Use Decline to send the report back to the monitoring officer—you must enter a reason.') }}
@endif
@elseif ($mecReportWorkflowMode === 'sdm')
@if (! empty($mecReportWorkflowReturnRemarks ?? ''))
@endif
@if ($isSar)
{{ __('Short Assessment Reports have no SDM assessment fields. Review all parts (Part C is read-only for SDM). On the last step, Forward to DG sends the report to the DG. Use Decline to return the report to the Regional Director—you must enter a reason.') }}
@elseif (! empty($mecReportWorkflowFinalizesAtSdm))
{{ __('Only the SDM sections in Part E (risk matrix and final assessment) are editable. On the last step, Approve saves your comments and publishes the report. Use Decline to return the report to the Regional Director—you must enter a reason.') }}
@else
{{ __('Only the SDM sections in Part E (risk matrix and final assessment) are editable. On the last step, Forward to DG saves your comments and sends the report to DG. Use Decline to return the report to the Regional Director—you must enter a reason.') }}
@endif
@else
{{ __('All sections are read-only. On the last step, Approve opens a final assessment choice (Satisfactory or Un-Satisfactory), then publishes the report to Published reports. Use Decline to return the report to the SDM for revision—you must enter a reason.') }}
@endif
@elseif ($mecReportWorkflowMode === 'meo_resubmit')
{{ __('Report declined') }}.
@if (! empty($mecReportWorkflowDeclineRemarks ?? ''))
{{ __('Reason') }}: {{ $mecReportWorkflowDeclineRemarks }}
@endif
{{ __('Revise the report as needed, then resubmit for review.') }}
@elseif ($mecReportWorkflowMode === 'initiator_resubmit')
{{ __('Report returned for revision') }}.
@if (! empty($mecReportWorkflowReturnRemarks ?? ''))
{{ __('Returned by :role', ['role' => $mecReportWorkflowReturnedByLabel ?: __('Reviewer')]) }}: {{ $mecReportWorkflowReturnRemarks }}
@endif
{{ __('Revise the report as needed, then resubmit for review.') }}
@endif