{{ __('whatsapp.gateway.page-title-index') }}
: @if ($gateway->disabled) {{ trans('whatsapp.status.disable') }} @else {{ trans('whatsapp.status.enable') }} @endif
: + @if ($gateway->country_code) {{ $gateway->country_code }} @else {{ trans('whatsapp.status.not-set') }} @endif
: {{ trans_choice('whatsapp.gateway.caption-remaining-day', $gateway->remaining_day, ['day' => $gateway->remaining_day]) }} {{ trans('whatsapp.gateway.at_hour', ['hour' => $gateway->schedule_time]) }}
: @if ($gateway->whatsapp_number_id) {{ $gateway->whatsapp_number->name }} - {{ $gateway->whatsapp_number->number }} @else {{ trans('whatsapp.status.not-set') }} @endif
: @if ($gateway->description) {{ $gateway->description }} @endif
{!! trans('whatsapp.button.edit') !!}
{!! trans('whatsapp.gateway.label.setting-gateway') !!}
: @if ($gateway->url_callback) {{ $gateway->url_callback }} @else {{ trans('whatsapp.status.not-set') }} @endif
: @if ($gateway->api_key) {{ $gateway->api_key }} @else {{ trans('whatsapp.status.not-set') }} @endif
: @if ($gateway->cert_file) {{ $gateway->cert_file }} @else {{ trans('whatsapp.status.not-set') }} @endif
{!! trans('whatsapp.button.edit') !!}
{!! trans('whatsapp.gateway.label.test-gateway') !!}
{!! Form::model($gateway, ['method' => 'PATCH', 'route' => ['whatsappgateway.test_gateway', $gateway->slug]]) !!}
@if ($errors->has('test_number')) {{ $errors->first('test_number') }} @endif
{!! Form::close() !!}