/home/kueuepay/www/resources/views/admin/components/button/custom.blade.php
@isset($permission)
    @if (admin_permission_by_name($permission))
        <button type="{{ $type ?? "button" }}" class="btn btn--base {{ $class ?? "" }}">@isset($icon)<i class="{{ $icon }}"></i>@endisset {{ __($text ?? "") }}</button>
    @endif
@else
    <button type="{{ $type ?? "button" }}" class="btn btn--base {{ $class ?? "" }}">@isset($icon)<i class="{{ $icon }}"></i>@endisset {{ __($text ?? "") }}</button>
@endisset
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.