@if (count($channels) > 0)
@foreach ($channels as $channel)
@include("settings.notification-channels.partials.icons." . $channel->provider)
{{ $channel->label }}
@endforeach
@include("settings.notification-channels.partials.delete-channel")
@else
{{ __("You haven't connected to any channels yet!") }}
@endif