@extends('layouts.simple') @section('body')
{{ trans('common.name') }} | {{ trans('settings.webhook_events_table_header') }} | {{ trans('common.status') }} |
---|---|---|
{{ $webhook->name }} {{ $webhook->endpoint }} |
@if($webhook->tracksEvent('all')) {{ trans('settings.webhooks_events_all') }} @else {{ $webhook->trackedEvents->count() }} @endif | {{ trans('common.status_' . ($webhook->active ? 'active' : 'inactive')) }} |
{{ trans('settings.webhooks_none_created') }}
@endif