Opportunity ID

{{ $threat->record_id }}

MTO Score

{{ currency_format($threat->riskAssessment->MTO_score ?? 0, 'USD') }}

Owner

{{ $threat->owner->full_name ?? '-' }}

Primary RAM Box

{{ ($threat->riskAssessment && $threat->riskAssessment->{'primary_RAM_box_#'}) ? $threat->riskAssessment->{'primary_RAM_box_#'} : '-' }}

Record Type

{{ ($threat->record_type) ??'-' }}

Approval Status @php if ($latestApprovalRequest && $latestApprovalRequest->status == 'Pending') { @endphp

{{ $latestApprovalRequest->status }}

@php } else { @endphp

{{ $latestApprovalRequest->status ?? '-' }}

@php } @endphp
Overall Status

{{ $threat->overall_status }}

Workstream @php $workstreamId = ($threat->workstream) ? base64_encode($threat->workstream->id) : null @endphp @if($threat->workstream)

{{ $threat->workstream->workstream_name ?? '' }}

@else

-

@endif