@extends('adminlte::page') @section('title', 'Approval Request') @section('css') @endsection @section('content_header') @php $title = $threat?->record_type == 'Threat' ? 'Threat' : 'Opportunity'; $routeName = $threat?->record_type == 'Threat' ? 'threats.edit' : 'opportunities.edit'; @endphp
{{ $submitter?->full_name ?? '-' }}
{{ optional($approvalDetails->datetime)->format('d-m-Y') ?? '-' }}
{{ $actualApprover?->full_name ?? '-' }}
{{ $assignee?->full_name ?? '-' }}
{{ $threat?->owner?->full_name ?? '-' }}
{{ $threat?->overall_status ?? '-' }}
{{ $phase?->full_name ?? '-' }}
{{ $threatActionCount }}
{{ $history->comment }}
No submitter comments available.
@endforelse