@php $translations = [ "You have made too many requests. Please wait a while before trying again." => __("You have made too many requests. Please wait a while before trying again."), "Failed to generate pairing code. Please try again." => __("Failed to generate pairing code. Please try again."), "Connection closed. You are logged out." => __("Connection closed. You are logged out."), "Requesting pairing code." => __("Requesting pairing code."), "Pairing code received." => __("Pairing code received."), "Device connected." => __("Device connected."), "Unauthorized access." => __("Unauthorized access."), "Logout initiated." => __("Logout initiated."), "Use this code to pair your device" => __("Use this code to pair your device"), "Scan this QR code with your WhatsApp" => __("Scan this QR code with your WhatsApp"), "No phone number available for pairing" => __("No phone number available for pairing"), "Rate limit exceeded." => __("Rate limit exceeded."), ]; @endphp
{{ __('Whatsapp Account :number', ['number' => $number->body]) }}
@if ($number->status != 'Connected') {{__('Disconnected')}} @else {{__('Connected')}} @endif
{{__('Pairing Code')}}
@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