{!! trans('lang.app_setting_paypal_credentials') !!}
{!! Form::label('enable_paypal', trans("lang.app_setting_enable_paypal"),['class' => 'col-md-3 control-label text-md-right mx-1']) !!} {!! Form::hidden('enable_paypal', 0, ['id'=>"hidden_enable_paypal"]) !!}
{!! Form::checkbox('enable_paypal', 1, setting('enable_paypal')) !!}
{!! Form::label('paypal_username', trans("lang.app_setting_paypal_username"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('paypal_username', setting('paypal_username'), ['class' => 'form-control','placeholder'=> trans("lang.app_setting_paypal_username_placeholder")]) !!}
{{ trans("lang.app_setting_paypal_username_help") }}
{!! Form::label('paypal_secret', trans("lang.app_setting_paypal_secret"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('paypal_secret', setting('paypal_secret'), ['class' => 'form-control','placeholder'=> trans("lang.app_setting_paypal_secret_placeholder")]) !!}
{{ trans("lang.app_setting_paypal_secret_help") }}
{!! Form::label('paypal_mode', trans("lang.app_setting_paypal_mode"),['class' => 'col-md-3 control-label text-md-right mx-1']) !!} {!! Form::hidden('paypal_mode', 0, ['id'=>"hidden_paypal_mode"]) !!}
{!! Form::checkbox('paypal_mode', 1, setting('paypal_mode')) !!}
{!! Form::label('paypal_password', trans("lang.app_setting_paypal_password"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('paypal_password', setting('paypal_password'), ['class' => 'form-control','placeholder'=> trans("lang.app_setting_paypal_password_placeholder")]) !!}
{{ trans("lang.app_setting_paypal_password_help") }}
{!! Form::label('paypal_app_id', trans("lang.app_setting_paypal_app_id"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('paypal_app_id', setting('paypal_app_id'), ['class' => 'form-control','placeholder'=> trans("lang.app_setting_paypal_app_id_placeholder")]) !!}
{{ trans("lang.app_setting_paypal_app_id_help") }}