/home/kueuepay/public_html/database/seeders/Admin/SetupSeoSeeder.php
<?php

namespace Database\Seeders\Admin;

use App\Models\Admin\SetupSeo;
use Illuminate\Database\Seeder;

class SetupSeoSeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        $data = [
            'slug'          => "setup_seo",
            'title'         => "Maximize Online Visibility: Effective SEO Strategies for Higher Rankings, Increased Traffic, and Business Growth",
            'desc'          => "Mastering SEO: Unlock the Power of Search Engine Optimization to Enhance Your Website's Visibility, Drive Targeted Traffic, and Increase Engagement. Discover essential techniques like keyword research, on-page optimization, content strategy, and link-building. Stay ahead of the competition and boost your online presence with proven SEO best practices for growth.",
            'tags'          => ['SEO','Engine'],
            'last_edit_by'  => 1,
        ];

        SetupSeo::firstOrCreate($data);
    }
}
Developer

Kueue Pay Payment Gateway Solutions Developer API Documentation

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.

1. Introduction

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.