{{ __("Notification Channels") }} {{ __("Add or modify your notification channels") }} @include("settings.notification-channels.partials.add-channel")
@if (count($channels) > 0) @foreach ($channels as $channel)
@include("settings.notification-channels.partials.icons." . $channel->provider)
{{ $channel->label }} @if (! $channel->project_id) GLOBAL @endif
@endforeach @include("settings.notification-channels.partials.delete-channel")
@if (isset($editChannel)) @include("settings.notification-channels.partials.edit-notification-channel", ["notificationChannel" => $editChannel]) @endif
@else
{{ __("You haven't connected to any channels yet!") }}
@endif