'PT. Sinar Sosro', 'alamat' => 'Jl. Raya Soreang No. 1, Bandung', 'telepon' => '022-1234567'], ['nama_distributor' => 'PT. Coca Cola', 'alamat' => 'Jl. Raya Cibaduyut No. 2, Bandung', 'telepon' => '022-7654321'], ['nama_distributor' => 'PT. Indofood', 'alamat' => 'Jl. Raya Cimahi No. 3, Bandung', 'telepon' => '022-9876543'], ['nama_distributor' => 'PT. Unilever', 'alamat' => 'Jl. Raya Cileunyi No. 4, Bandung', 'telepon' => '022-3456789'], ]; foreach ($data as $item) { \App\Models\MasterDistributor::create($item); } } }