@php $translations = [ "Start Connection." => __("Start Connection."), "Scan this QR code with your WhatsApp" => __("Scan this QR code with your WhatsApp"), "QR code received. Please scan." => __("QR code received. Please scan."), "Device connected." => __("Device connected."), "Unauthorized" => __("Unauthorized"), "Unauthorized access." => __("Unauthorized access."), "Connection closed" => __("Connection closed"), "Connection closed. You are logged out." => __("Connection closed. You are logged out."), "Logout initiated." => __("Logout initiated."), ]; @endphp
{{ __('Whatsapp Account :number', ['number' => $number->body]) }}
@if ($number->status != 'Connected') {{__('Disconnected')}} @else {{__('Connected')}} @endif
{{__('Connection Status')}}
@if (Auth::user()->is_expired_subscription)
{{__('Your subscription is expired. Please renew your subscription.')}}
@else
{{__('Witing For node server..')}}
@endif
{{__('Whatsapp Info')}}
Avatar
  • {{__('Name :')}}
    N/A
  • {{__('Number :')}}
    N/A