<?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);
}
}
Checks the status of a payment.
**Response: SUCCESS (200 OK)**
{
"message": {
"success": [
"Success"
]
},
"data": {
"token": "2zMRmT3KeYT2BWMAyGhqEfuw4tOYOfGXKeyKqehZ8mF1E35hMwE69gPpyo3e",
"trx_id": "CP44657864",
"payer": {
"username": "testuser",
"email": "user@appdevs.net"
}
"status": "Test",
},
"type": "success"
}