@extends('layouts.app') @section('title', t('chat')) @section('chat')
@if (empty(get_setting('whatsapp.is_webhook_connected')) || empty(get_setting('whatsapp.is_whatsmark_connected')) || empty(get_setting('whatsapp.wm_default_phone_number')))

Your Account Is Disconnected!

Your account is no longer connected to our system. This may be due to an expired token, a disconnected webhook, invalid token, or changes in your Meta account settings.

@elseif (empty(get_setting('pusher.app_id')) || empty(get_setting('pusher.app_key')) || empty(get_setting('pusher.app_secret')) || empty(get_setting('pusher.cluster')))

{{ t('real_time_notification_require_pusher_integration') }}

@else
light mode image
{{ t('click_user_to_chat') }}
{{ t('error') }}

  • {{ t('change_tone') }}
      @foreach (\App\Enums\WhatsAppTemplateRelationType::getAiChangeTone() as $key => $value)
    • {{ ucfirst($value) }}
    • @endforeach
  • {{ t('translate') }}
    • No language found.
  • {{ t('fix_spelling_and_grammar') }}
  • {{ t('simplify_language') }}
  • {{ t('custom_prompt') }}
      @if (!empty($ai_prompt)) @foreach ($ai_prompt as $prompt)
    • {{ $prompt->name }}
    • @endforeach @else
    • {{ t('no_result_found') }}
    • @endif

{{ t('canned_replies') }}

{{ t('user_info') }}

{{ t('details') }}

{{ t('source') }}

{{ t('creation_time') }}

{{ t('last_activity') }}

{{ t('phone') }}

{{ t('notes_title') }}

{{ t('delete_chat_title') }}

{{ t('delete_message') }}

{{ t('support_agent') }}

{{ t('cancel') }} {{ t('submit') }}
@endif
@endsection