/home/kueuepay/public_html/resources/views/admin/components/form/select.blade.php
@if (isset($label))
    @php
        $for_id = preg_replace('/[^A-Za-z0-9\-]/', '', Str::lower($label));
    @endphp
    <label for="{{ $for_id ?? "" }}">{{ $label }}</label>
@endif
<select id="{{ $for_id ?? "" }}" name="{{ $name ?? "" }}" class="form-control {{ $class ?? "" }}"  @if ($multiple) multiple @endif {{ $attribute ?? "" }}>

</select>
Prerequisites

Prerequisites

Before you begin integrating the Kueue Pay Developer API, make sure you have:

  1. An active Kueue Pay merchant account.
  2. Basic knowledge of API integration and web development with PHP & Laravel.
  3. A secure and accessible web server to handle API requests.