ÿØÿÛ C 

ÿØÿÛ C 

<?php

namespace Database\Seeders;

use Illuminate\Database\Seeder;

class DatabaseSeeder extends Seeder
{
    public function run()
    {
        // \App\Models\User::factory(10)->create();
//        $this->call(DefaultUserSeeder::class);
//        $this->call(SettingTableSeeder::class);
//        $this->call(DefaultPermissionSeeder::class);
//        $this->call(DefaultRoleSeeder::class);
//        $this->call(CountryTableSeeder::class);
//        $this->call(AboutUsTableSeeder::class);
//        $this->call(AddSettingSeeder::class);
//        $this->call(VideoSectionTableSeeder::class);
//        $this->call(ContactUsTableSeeder::class);
//        $this->call(DefaultSliderSeeder::class);
//        $this->call(DefaultCampaignCategorySeeder::class);
//        $this->call(DefaultCampaignSeeder::class);
//        $this->call(DefaultNewsTagSeeder::class);
//        $this->call(DefaultNewsCategorySeeder::class);
//        $this->call(DefaultNewsSeeder::class);
//        $this->call(DefaultBrandSeeder::class);
//        $this->call(DefaultEventCategorySeeder::class);
//        $this->call(DefaultEventSeeder::class);
//        $this->call(DefaultTeamSeeder::class);
//        $this->call(DefaultCategorySeeder::class);
//        $this->call(FaqsSeeder::class);
//        $this->call(SecondVideoSeederTable::class);
//        $this->call(SecondSliderSeederTable::class);
//        $this->call(ThirdVideoSectionSeeder::class);
//        $this->call(ThirdCategorySeeder::class);
//        $this->call(ThirdSliderSeederTable::class);
//        $this->call(SliderCardSeeder::class);
//        $this->call(UpdateDefaultSlugSeeder::class);
//        $this->call(LanguageTableSeeder::class);
//        $this->call(DefaultPaymentStatusSeeder::class);
    }
}
