芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/resources/views/admin/generalsetting/nexmo.blade.php
@extends('layouts.admin') @section('content')
{{ __('Nexmo') }}
{{ __('Dashboard') }}
{{ __('SMS Settings') }}
{{ __('Nexmo Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
{{ __('Key') }}
{{ __('Secret') }}
{{ __('Default Phone Number') }}
{{ __('Status') }}
nexmo_status == 1 ? 'selected' : '' }}>{{ __('YES') }}
nexmo_status == 0 ? 'selected' : '' }}>{{ __('NO') }}
{{ __('Submit') }}
@endsection