@php($title = 'Битрикс24: вебхуки') @extends('layouts.admin') @section('content')
@foreach ($webhooksEnumCases as $webhookEnum)
@csrf
{{ $webhookEnum->name }} {{ __('admin.' . $webhookEnum->name) . ' webhook label' }}
@endforeach
@endsection