info();
$this->banner();
$this->account();
$this->location();
$this->location_profile();
$this->voucher();
$this->deposit_location();
}
public function info()
{
Info::create([
'title' => 'Welcome to our new site',
'description' => '
Info: Welcome to new WBB site,
klik disini
',
'is_publish' => 1,
]);
}
public function banner()
{
$images = ['1.webp', '2.webp', '3.webp'];
foreach ($images as $index => $image) {
Banner::create([
'title' => 'Banner ' . $index,
'image' => 'sample/' . $image,
'description' => '