{{ t('dashboard') }}
{{ t('development_warning_title') }} {{ t('development_warning_content') }}
  • {{ t('app_env') }} {{ t('production') }}
  • {{ t('app_debug') }} {{ t('debug_false') }}
{{ t('development_warning_details') }} {{ t('performance_security_tip') }}

{{ t('welcome_back') }} {{ auth()->user()->firstname ?? 'Admin' }} ! 👋

{{ t('whatsapp_business_update') }}

@if (checkPermission('campaigns.create')) @endif
@foreach ($stats as $stat)
@switch($stat['icon']) @case('message-circle') @break @case('users') @break @case('megaphone') @break @case('file-text') @break @default @endswitch
{{ t('total') . $stat['header'] }}
{{ $stat['header_value'] ?? 0 }}

{{ $stat['title'] }}

{{ $stat['value'] }}

@endforeach
{{-- Message Statistics Chart --}}

{{ t('message_statistics') }}

@script @endscript