{{ __('Channels') }} {{ __('Where customers reach you. Each channel below routes inbound messages into your inbox and lets you configure outbound replies.') }}
@foreach ($channels as $channel)
@if ($channel->isActive()) {{ __('Active') }} @else {{ __('Coming soon') }} @endif
{{ $channel->label() }}

{{ $channel->description() }}

{{ $channel->isActive() ? __('Open settings') : __('Learn more') }} →
@endforeach