芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/settings/sms/nexmo.blade.php
@extends('admin.layouts.master') @section('title', __('SMS Settings')) @section('head_style')
@endsection @section('page_content')
@include('admin.common.settings_bar')
{{ __('Twilio') }}
{{ __('Nexmo') }}
{!! csrf_field() !!}
{{-- Name --}}
{{ __('Name') }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{-- Key --}}
{{ __('Key') }}
@if ($errors->has('nexmo.Key'))
{{ $errors->first('nexmo.Key') }}
@endif
{{-- Secret --}}
{{ __('Secret') }}
@if ($errors->has('nexmo.Secret'))
{{ $errors->first('nexmo.Secret') }}
@endif
{{-- Secret --}}
{{ __('Default Phone Number') }}
@if ($errors->has('nexmo.default_nexmo_phone_number'))
{{ $errors->first('nexmo.default_nexmo_phone_number') }}
@endif
*{{ __('Must enter phone number without(+) symbol.') }}
{{-- Status --}}
{{ __('Status') }}
status == 'Active' ? 'selected' : '' }} value="Active">{{ __('Active') }}
status == 'Inactive' ? 'selected' : '' }} value="Inactive">{{ __('Inactive') }}
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
*{{ __('Incoming SMS messages might be delayed by') }} {{ ucfirst($nexmo->type) }}.
{{ __('Cancel') }}
{{ __('Update') }}
@endsection @push('extra_body_scripts') @endpush