{{ __('Update webhook configuration') }}
@else{{ __('webhooks::webhooks.create_webhook_subtitle') }}
@endif{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror{{ $message }}
@enderror{{ __('webhooks::webhooks.no_webhooks_yet') }}
| {{ __('webhooks::webhooks.name') }} | {{ __('webhooks::webhooks.target_url') }} | {{ __('webhooks::webhooks.branch') }} | {{ __('webhooks::webhooks.subscribed_events') }} | {{ __('webhooks::webhooks.status') }} | {{ __('webhooks::webhooks.actions') }} |
|---|---|---|---|---|---|
| {{ $hook['name'] }} | {{ $hook['target_url'] }} | {{ $hook['branch_id'] ? '#'.$hook['branch_id'] : __('webhooks::webhooks.all_branches') }} | @if (!empty($hook['subscribed_events'])) {{ count($hook['subscribed_events']) }} {{ __('webhooks::webhooks.event') }} @else {{ __('webhooks::webhooks.all_events') }} @endif | {{ $hook['is_active'] ? __('webhooks::webhooks.is_active') : __('webhooks::webhooks.status_disabled') }} | | | | |
{{ __('webhooks::webhooks.no_deliveries') }}
| {{ __('webhooks::webhooks.event') }} | {{ __('webhooks::webhooks.status') }} | {{ __('webhooks::webhooks.attempts') }} | {{ __('webhooks::webhooks.response') }} | {{ __('webhooks::webhooks.duration_ms') }} | {{ __('webhooks::webhooks.created_at') }} | {{ __('webhooks::webhooks.actions') }} |
|---|---|---|---|---|---|---|
| {{ $delivery['event'] }} | {{ __('webhooks::webhooks.status_' . $delivery['status']) }} | {{ $delivery['attempts'] }} | {{ $delivery['response_code'] ?? '-' }} | {{ $delivery['duration_ms'] ?? '-' }} | {{ \Illuminate\Support\Carbon::parse($delivery['created_at'])->diffForHumans() }} | | |