<div class="col-xl-4 col-lg-4 mb-10">
<div class="custom-inner-card">
<div class="card-inner-header">
<h5 class="title">{{ __("Amount Limit") }}</h5>
</div>
<div class="card-inner-body">
<div class="row">
<div class="col-xxl-12 col-xl-6 col-lg-6 form-group">
<div class="form-group">
@include('admin.components.form.input-amount',[
'label' => __("Minimum"),
'name' => "min_limit",
'value' => old("min_limit",0),
'currency' => "-",
])
</div>
</div>
<div class="col-xxl-12 col-xl-6 col-lg-6 form-group">
<div class="form-group">
@include('admin.components.form.input-amount',[
'label' => __("Maximum"),
'name' => "max_limit",
'value' => old("max_limit",0),
'currency' => "-",
])
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 mb-10">
<div class="custom-inner-card">
<div class="card-inner-header">
<h5 class="title">{{ __("Charge") }}</h5>
</div>
<div class="card-inner-body">
<div class="row">
<div class="col-xxl-12 col-xl-6 col-lg-6 form-group">
<div class="form-group">
@include('admin.components.form.input-amount',[
'label' => __("Fixed"),
'name' => "fixed_charge",
'value' => old("fixed_charge",0),
'currency' => "-",
])
</div>
</div>
<div class="col-xxl-12 col-xl-6 col-lg-6 form-group">
<div class="form-group">
@include('admin.components.form.input-amount',[
'label' => __("Percent"),
'name' => "percent_charge",
'value' => old("percent_charge",0),
'currency' => "-",
])
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 mb-10">
<div class="custom-inner-card">
<div class="card-inner-header">
<h5 class="title">{{ __("Rate") }}</h5>
</div>
<div class="card-inner-body">
<div class="row">
<div class="col-xl-12 col-lg-12 form-group">
<div class="form-group">
<label>{{ __("Rate") }}</label>
<div class="input-group">
<span class="input-group-text append ">1 <span class="default-currency">{{ get_default_currency_code($default_currency) }}</span> = </span>
<input type="number" class="form--control" value="{{ old("rate",0) }}" name="rate" placeholder="Type Here...">
<span class="input-group-text currency">-</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Contact Section
We’d love to hear from you! Whether you have questions, feedback, or need support, our team is here to help. Reach out to us via email, phone, or visit our office. We’re committed to providing you with exceptional service and ensuring your experience with NFC Pay is seamless and satisfying. Let’s connect!