@extends('layouts.base') @section('content') @section('breadcrumb') Accueil Webhooks Webhook #{{ $webhook->id }} @endsection
Reçu le {{ $webhook->created_at->format('d/m/Y à H:i:s') }}
{{ json_encode($webhook->body, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE) }}