{{ __('Could not retrieve the latest list of chats from Telegram. If you have a webhook set up for the current Telegram Bot try to disable it in order to retrive fresh chats list.') }}
@endif
@if ($channels_mapping)
{{ __('To add a chat to the mapping, just send a message to a channel, group or chat where your bot is present and refresh this page.') }}
@if (count($channels_mapping))
{{ __('Mailbox') }}
{{ __('Chat') }}
@endif
@foreach ($channels_mapping as $mailbox_id => $mapping)