1 <div class="item-list-row py-s">
2 <div class="flex-container-row">
3 <div class="flex-2 px-m flex-container-row items-center gap-xs">
4 @include('common.status-indicator', ['status' => $webhook->active])
5 <div> <a href="{{ $webhook->getUrl() }}">{{ $webhook->name }}</a></div>
7 <div class="flex px-m text-right text-muted">
8 @if($webhook->tracksEvent('all'))
9 {{ trans('settings.webhooks_events_all') }}
11 {{ trans_choice('settings.webhooks_x_trigger_events', $webhook->tracked_events_count, ['count' => $webhook->tracked_events_count]) }}
15 <div class="px-m text-muted italic text-limit-lines-1">
16 <small>{{ $webhook->endpoint }}</small>