'Province 1', 'province_nepali_name' => 'प्रदेश १', 'alias' => Str::slug('Province 1'), 'status'=>1, 'display_order'=> 1, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); Provinces::create([ 'title' => 'Province 2', 'province_nepali_name' => 'प्रदेश २', 'alias' => Str::slug('Province 2'), 'status'=>1, 'display_order'=> 2, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); Provinces::create([ 'title' => 'Province 3', 'province_nepali_name' => 'प्रदेश ३', 'alias' => Str::slug('Province 3'), 'status'=>1, 'display_order'=> 3, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); Provinces::create([ 'title' => 'Province 4', 'province_nepali_name' => 'प्रदेश ४', 'alias' => Str::slug('Province 4'), 'status'=>1, 'display_order'=> 4, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); Provinces::create([ 'title' => 'Province 5', 'province_nepali_name' => 'प्रदेश ५', 'alias' => Str::slug('Province 5'), 'status'=>1, 'display_order'=> 5, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); Provinces::create([ 'title' => 'Province 6', 'province_nepali_name' => 'प्रदेश ६', 'alias' => Str::slug('Province 6'), 'status'=>1, 'display_order'=> 6, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); Provinces::create([ 'title' => 'Province 7', 'province_nepali_name' => 'प्रदेश ७', 'alias' => Str::slug('Province 7'), 'status'=>1, 'display_order'=> 7, 'createdBy'=>1, 'updatedBy'=>1, 'created_at' => now(), 'updated_at' => now() ]); } }