@if (! empty($issue['reason']))
{{ $issue['reason'] }}
@endif
@if (! empty($issue['graph_error_message']) || ! empty($issue['graph_error_code']))
{{ $issue['graph_error_message'] ?? 'Unknown error' }}
@if (! empty($issue['graph_error_code']))
Code: {{ $issue['graph_error_code'] }}
@endif
@if (! empty($issue['graph_request_id']) || ! empty($issue['graph_client_request_id']))
@if (! empty($issue['graph_request_id']))
request-id: {{ $issue['graph_request_id'] }}
@endif
@if (! empty($issue['graph_client_request_id']))
client-request-id: {{ $issue['graph_client_request_id'] }}
@endif
@endif
@endif