{{ __('Nothing to investigate') }}
{{ __('No API failures match the current filters.') }}
| {{ __('When') }} | {{ __('Event') }} | {{ __('Status') }} | {{ __('Tracking #') }} | {{ __('Reason') }} | {{ __('Inspect') }} |
|---|---|---|---|---|---|
|
{{ $row->occurred_at?->format('Y-m-d H:i:s') }}
{{ $row->occurred_at?->diffForHumans() }}
|
{{ $row->event_type }}
@if($row->provider)
{{ ucwords(str_replace('_', ' ', $row->provider)) }}
@endif
|
HTTP {{ $row->response_status }}
@endif
|
{{ $row->tracking_number ?: '—' }}
|
{{ $row->error_message ?: '—' }}
|
|
{{ json_encode($selectedRow->parsed_result, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
{{ $selectedRow->request_body ?? '—' }}
{{ $selectedRow->response_body ?? '—' }}