{{ t('dashboard') }} {{-- version update alert --}} @php $latest_version = get_setting('whats-mark.whatsmark_latest_version'); $current_version = get_setting('whats-mark.wm_version'); @endphp @if ($latest_version != null && $latest_version != $current_version && $current_version <= $latest_version)

New Update Available! The WhatsMark script has a new update. Click here to update the version.

@endif
{{ 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