{{ t('chat') }}
@if (empty(get_tenant_setting_from_db('whatsapp', 'is_whatsmark_connected')) || empty(get_tenant_setting_from_db('whatsapp', 'wm_default_phone_number')))

{{ t('your_account_is_discconected') }}

{{ t('disconnected_info') }}

@elseif (empty(get_tenant_setting_from_db('pusher','app_id')) || empty(get_tenant_setting_from_db('pusher','app_key')) || empty(get_tenant_setting_from_db('pusher','app_secret')) || empty(get_tenant_setting_from_db('pusher','cluster')))

{{ t('real_time_notification_require_pusher_integration') }}

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

{{ t('conversation_limit_reached') }}

{{ t('upgrade_plan') }}

{{-- Canned reply --}}
  • {{ t('change_tone') }}
      @foreach(\App\Enum\Tenant\WhatsAppTemplateRelationType::getAiChangeTone() as $key => $value)
    • {{ ucfirst($value) }}
    • @endforeach
  • {{ t('translate') }}
    • {{ t('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('initiate_chat') }}

@csrf {{-- template_name --}}
*
@foreach ($templates as $template) @endforeach
{{-- Variables --}}

{{ t('variables') }}

{{-- Header section --}}
@if ($errors->has('hInput.*')) @endif
{{-- Body section --}}
@if ($errors->has('bInput.*')) @endif
{{-- Footer section --}}
{{-- Footer section --}}
@if ($errors->has('footerInputs.*')) @endif
{{-- Preview --}}

{{ t('preview') }}

{{ t('document_uploaded') }}

{{ t('cancel') }} {{ t('submit') }}

{{ t('support_agent') }}

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