@section('page', 'webhookResponse')
Clear
@if($data->total() > 0) @foreach($data as $webhookresponse) @php $decoded = addslashes($webhookresponse->webhook_data); @endphp @endforeach @else @endif
Date Sent View Response Status
{{$webhookresponse->created_at->isoFormat('D MMM YYYY h:mm A')}} View Response @if($webhookresponse->status == 200) Ok @else Error @endif
No logs(s) found.
{!! $data->appends(request()->input())->onEachSide(3)->links() !!}