403Webshell
Server IP : 14.225.204.176  /  Your IP : 216.73.216.6
Web Server : nginx/1.24.0
System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64
User : root ( 0)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/php/home-services/resources/views/payment_methods/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/php/home-services/resources/views/payment_methods/paystack.blade.php
<h5 class="col-12 pb-4">{!! trans('lang.app_setting_paystack_credentials') !!}</h5>
<div class="d-flex flex-column col-sm-12 col-md-6">
    <!-- Route Field -->
    <div class="form-group align-items-baseline d-flex flex-column flex-md-row">
        {!! Form::label('paystack_key', trans("lang.app_setting_paystack_key"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
        <div class="col-md-9">
            {!! Form::text('paystack_key', setting('paystack_key'),  ['class' => 'form-control','placeholder'=>  trans("lang.app_setting_paystack_key_placeholder")]) !!}
            <div class="form-text text-muted">
                {{ trans("lang.app_setting_paystack_key_help") }}
            </div>
        </div>
    </div>
    <!-- Route Field -->
    <div class="form-group align-items-baseline d-flex flex-column flex-md-row">
        {!! Form::label('paystack_secret', trans("lang.app_setting_paystack_secret"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
        <div class="col-md-9">
            {!! Form::text('paystack_secret', setting('paystack_secret'),  ['class' => 'form-control','placeholder'=>  trans("lang.app_setting_paystack_secret_placeholder")]) !!}
            <div class="form-text text-muted">
                {{ trans("lang.app_setting_paystack_secret_help") }}
            </div>
        </div>
    </div>
</div>
<div class="d-flex flex-column col-sm-12 col-md-6">
    <!-- Boolean Enabled Field -->
    <div class="form-group align-items-baseline d-flex flex-column flex-md-row">
        {!! Form::label('enable_paystack', trans("lang.app_setting_enable_paystack"),['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
        {!! Form::hidden('enable_paystack', 0, ['id'=>"hidden_enable_paystack"]) !!}
        <div class="col-9 icheck-{{setting('theme_color')}}">
            {!! Form::checkbox('enable_paystack', 1, setting('enable_paystack')) !!}
            <label for="enable_paystack"></label>
        </div>
    </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit