@if ($siteOnline)
@foreach ($notifications as $notification) {{ $notification['title'] }} {{ $notification['message'] }} @endforeach
@if ($isLogin)
griyanet whatsapp gateway
{{ trans('whatsapp-gateway.label.email') }}
{{ $user['email'] }}
{{ trans('whatsapp-gateway.label.username') }}
{{ $user['username'] }}
{{ trans('whatsapp-gateway.label.subscription-status') }}
{{Str::apa($subscription['status'] ?? 'In Active')}}
{{ trans('whatsapp-gateway.label.subscription') }}
@if ($subscription) {{Str::apa($subscription['product_name'].' - '.$subscription['renewal_period'] ?? 'Unsubscribe')}} Upgrade @else Add @endif
{{ trans('whatsapp-gateway.label.subscription-expired') }}
@if ($subscription) {{ \Carbon\Carbon::parse($subscription['end_date'])->diffForHumans() }} @endif
{{ __('whatsapp-gateway.label.remaining-day') }}
{{ __('whatsapp-gateway.label.day') }}
Saved
{{ __('whatsapp-gateway.label.schedule-time') }}
Saved
{{ __('Country Code Number') }}
Saved
{{ __('whatsapp-gateway.label.whatsapp-number-boot') }}
{{ trans('whatsapp-gateway.ph.select-wa-number') }} @foreach ($devices as $device) {{ $device['body'] }} @endforeach Saved Failed
{{ __('whatsapp-gateway.label.whatsapp-number-notification') }}
{{ trans('whatsapp-gateway.ph.select-wa-number') }} @foreach ($devices as $device) {{ $device['body'] }} @endforeach Saved
{{ __('whatsapp-gateway.label.enable') }}
@if ($enable) {{ trans('whatsapp-gateway.label.whatsapp-gateway-enable') }} @else {{ trans('whatsapp-gateway.label.whatsapp-gateway-disable') }} @endif
{{ __('whatsapp-gateway.label.notif-admin') }}
@if ($notifAdmin) {{ trans('whatsapp-gateway.label.yes') }} @else {{ trans('whatsapp-gateway.label.no') }} @endif
@else
@if (empty(env('API_USERNAME')) || empty(env('API_CLIENT_SECRET')) || empty(env('API_CLIENT_MESSAGE')))
Register

You dont have account on Griyanet Whatsapp Gateway or data corrupt. Please syncronize now.

@else
Login

Please login with email on General Setting and your password registration to continue.

@endif
{{ empty(env('API_USERNAME')) || empty(env('API_CLIENT_SECRET')) || empty(env('API_CLIENT_MESSAGE')) ? trans('whatsapp-gateway.button.register') : trans('whatsapp-gateway.button.login') }}
{{ __('Login successfully') }}
Read this document to registration.
@endif @else Something went wrong. Try again or contact support. We couldn't connect to the griyanet server. Please Try again or contact support. @endif
Document
Read this document to configuration.