@php $image = 'vendor/chatbot-multi-channel/icons/telegram.svg'; $image_dark_version = 'vendor/chatbot-multi-channel/icons/telegram-light.svg'; $darkImageExists = file_exists(public_path($image_dark_version)); @endphp
$darkImageExists, ]) src="{{ asset($image) }}" alt="telegram" /> @if ($darkImageExists) @endif

Telegram

Telegram

@lang('You can add a new channel by including the Telegram integration details.')

@if ($app_is_demo) {{ __('Add Channel') }} @else Loading... {{ __('Add Channel') }} @endif