| {{ __('Method') }} | {{ __('Actions') }} | ||||||
|---|---|---|---|---|---|---|---|
|
{{ $log->url }}
|
{{ $log->method }} | {{ $log->response_status ?? '---' }} | @if($log->duration_ms !== null) {{ $log->duration_ms >= 1000 ? number_format($log->duration_ms / 1000, 1) . 's' : $log->duration_ms . 'ms' }} @else --- @endif | {{ $log->attempts }}/{{ $log->max_attempts }} | {{ $log->created_at?->diffForHumans() }} |
@if(in_array($log->status, ['failed', 'retrying']))
@endif
|
|
|
{{ __('No webhook logs found.') }} |
|||||||
{{ json_encode($viewingLog->headers, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
{{ json_encode($viewingLog->payload, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
{{ $viewingLog->response_body }}