truncate(); foreach($this->data as $value) { DB::table('programs')->insert([ 'acronym' => $value[0], 'name' => $value[1], ]); } } }