@extends('layouts.app') @section('title', 'Webhook Detayları') @section('content')
{{ session('success') }}
{{ session('error') }}
{{ $webhook->url }}
{{ Str::mask($webhook->secret, '*', 4) }}
Tüm event'ler için aktif
@else{{ $webhook->payload_template }}
Webhook'un çalışıp çalışmadığını test etmek için yukarıdaki "Test Et" butonuna tıklayın.