@extends ('domains.profile.update-layout') @section ('content')
@if ($telegram_username) @if ($telegram_chat_id)
{{ __('profile-update-telegram.connected-message') }} {{ $telegram_bot }}
@else
{{ __('profile-update-telegram.pending-message') }} {{ $telegram_bot }}
@endif @endif
@if ($telegram_username && empty($telegram_chat_id)) @endif
@stop