Response Status

Status: {{ array_search($statusCode, $responseCodes) }} ({{ $statusCode }})

Action: {{ $actionTypes[$actionType] ?? 'Unknown Action' }}

@if($statusCode < 400) Success! The operation completed successfully. @else Error! Something went wrong with the request. @endif