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