@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
@csrf @if(BaseHelper::getRichEditor() !== 'ckeditor') @endif @if ($models) @endif
{!! Form::select( 'ai_writer_proxy_protocol', ['0' => 'http', '1' => 'https'], setting('ai_writer_proxy_protocol'), ['class' => 'ui-select', 'id' => 'ai_writer_proxy_protocol'], ) !!}
{!! Form::text('ai_writer_proxy_ip', setting('ai_writer_proxy_ip'), [ 'placeholder' => '192.168.1.1', 'class' => 'next-input', ]) !!}
{!! Form::text('ai_writer_proxy_port', setting('ai_writer_proxy_port'), [ 'placeholder' => '3304', 'class' => 'next-input', ]) !!}
{!! Form::text('ai_writer_proxy_username', setting('ai_writer_proxy_username'), [ 'placeholder' => 'username', 'class' => 'next-input', ]) !!}
 
@push('footer') @endpush {!! $jsValidation !!} @endsection