@extends('dashboard.app') @section('page_title', 'Webhook Detail') @section('page_subtitle', 'Event payload, headers, and processing status.') @section('dashboard_content') Back to webhooks
{{ json_encode($event->payload, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
@if ($event->error)
{{ json_encode($event->headers, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}