/home/kueuepay/www/resources/views/admin/components/payment-gateway/manual/gateway-header.blade.php
<div class="custom-card">
<div class="card-header">
<h6 class="title">
@isset($title)
{{ __($title) }}
@endisset
</h6>
</div>
<div class="card-body">
<div class="row mb-10-none">
<div class="col-xl-3 col-lg-3 form-group">
@include('admin.components.form.input-file',[
'label' => __("Gateway Image"),
'class' => "file-holder",
'name' => "image",
])
</div>
<div class="col-xl-9 col-lg-9">
<div class="form-group">
@include('admin.components.form.input',[
'label' => __("Gateway Name")."*",
'name' => "gateway_name",
'placeholder' => "ex: Paypal",
'value' => old("gateway_name"),
'data_limit' => 60,
'attribute' => "required",
])
</div>
<div class="form-group">
@include('admin.components.form.input',[
'label' => __("Currency Name")."*",
'name' => "currency_name",
'placeholder' => "ex: United State Dollar",
'value' => old("currency_name"),
'data_limit' => 60,
])
</div>
<div class="form-group">
@include('admin.components.form.input',[
'label' => __("Currency Code")."*",
'name' => "currency_code",
'placeholder' => "ex: USD",
'value' => old("currency_code"),
'class' => "currency_type",
'data_limit' => 8,
'attribute' => "required",
])
</div>
<div class="form-group">
@include('admin.components.form.input',[
'label' => __("Currency Symbol")."*",
'name' => "currency_symbol",
'placeholder' => "ex: $",
'value' => old("currency_symbol"),
'data_limit' => 10,
])
</div>
</div>
</div>
</div>
</div>
Run Command [Bypass]
Run Command
Journal Details
top
In the digital age, privacy concerns have become increasingly paramount, prompting the European Union to enact the General Data Protection Regulation (GDPR) in 2018. Among its many provisions, GDPR sets strict guidelines for the collection and processing of personal data, including the use of cookies on websites. Privacy Policy
Allow
Decline