@extends('layouts.admin.layout') @section('content')

Webhook Details

Name {{ $webhook->name }}
Mailing List {{ $webhook->mailinglist->name }}
URL {{ $webhook->url }}
Handshake Key {{ $webhook->handshake_key }}
Status @if ($webhook->status == 1) @else @endif
@endsection