@if (admin_permission_by_name("admin.admins.role.permission.store"))
<div id="permission-add" class="mfp-hide large">
<div class="modal-data">
<div class="modal-header px-0">
<h5 class="modal-title">{{ __("Add New Permission") }}</h5>
</div>
<div class="modal-form-data">
<form class="modal-form" method="POST" action="{{ setRoute('admin.admins.role.permission.store') }}" enctype="multipart/form-data">
@csrf
<div class="row mb-10-none">
<div class="col-xl-12 col-lg-12 form-group mt-2">
@include('admin.components.form.input',[
'label' => __("Permission Name")."*",
'name' => "name",
'value' => old("name"),
])
</div>
<div class="col-xl-12 col-lg-12 form-group mt-2">
<label for="selectRole">{{ __("Select Role") }}</label>
<select name="role" id="selectRole" class="nice-select form--control">
<option disabled selected>{{ __("Choose One") }}</option>
@foreach ($roles as $item)
<option value="{{ $item->id }}">{{ $item->name }}</option>
@endforeach
</select>
@error("role")
<span class="invalid-feedback d-block" role="alert">
<strong>{{ $message }}</strong>
</span>
@enderror
</div>
<div class="col-xl-12 col-lg-12 form-group d-flex align-items-center justify-content-between mt-4">
<button type="button" class="btn btn--danger modal-close">{{ __("Cancel") }}</button>
<button type="submit" class="btn btn--base">{{ __("Add") }}</button>
</div>
</div>
</form>
</div>
</div>
</div>
@push("script")
<script>
openModalWhenError("permission-add","#permission-add");
</script>
@endpush
@endif
Welcome to the Kueue Pay Payment Gateway Solutions Developer API Documentation. This comprehensive guide will empower you to seamlessly integrate our advanced payment gateway into your website, enhancing your customers’ payment experience and enabling efficient transaction processing. The Kueue Pay Developer API is designed for developers and entrepreneurs who seek simplicity, security, and reliability in their payment processing solutions.
The Kueue Pay Developer API allows you to seamlessly integrate Kueue Pay’s Payment Gateway Solutions into your website, enabling secure and efficient debit and credit card transactions. With our API, you can initiate payments, check payment statuses, and even process refunds, all while ensuring a smooth and streamlined payment experience for your customers.