@if ($httpRequests->count() > 0)
| {{ trans('messages.created_at') }} | {{ trans('messages.webhook.params') }} | {{ trans('messages.webhook.http_code') }} | {{--{{ trans('messages.webhook.request_details') }} | --}}{{ trans('messages.webhook.reponse_content') }} | {{--{{ trans('messages.webhook.reponse_error') }} | --}}{{ trans('messages.webhook.retries') }} | {{ trans('messages.status') }} | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
@foreach ($httpRequest->getParams() as $key => $value)
{{ $key }}: {{ $value }}
@endforeach
|
@if ($httpRequest->getLatestLog())
{{ $httpRequest->getLatestLog()->response_http_code }}
|
{{--
{{ $httpRequest->getLatestLog()->request_details }}
| --}}
{{ $httpRequest->getLatestLog()->response_content }}
|
{{--
{{ $httpRequest->getLatestLog()->response_error ?? trans('messages.general.n_a') }}
| --}}
@else
{{ trans('messages.general.n_a') }}
|
{{--
{{ trans('messages.general.n_a') }}
| --}}
{{ trans('messages.general.n_a') }}
|
{{--
{{ trans('messages.general.n_a') }}
| --}}
@endif
{{ trans('messages.webhook.job.status.' . $httpRequest->status) }} | $httpRequest->uid]) }}" role="button" class="btn btn-light btn-icon"> zoom_in |